[html-formfu] Dumb(?) questions on HTML::FormFu::Model::DBIC

Alex Povolotsky tarkhil at over.ru
Thu Mar 6 13:48:57 GMT 2008


Carl Franks wrote:
> On 06/03/2008, Alex Povolotsky <tarkhil at over.ru> wrote:
>   
>> Zbigniew Lukasiak wrote:
>>  > When you put schema on the form stash it is used as the model:
>>  >
>>  > $form->stash->{schema} = $c->model( 'DBSchema' );
>>  >
>>  > This is from my app.
>>  >
>>
>>     
>
> To spell it out...
>
>     elements:
>       - type: Password
>         name: password
>         constraints:
>           - type: Equal
>             others: repeat_password
>       - type: Password
>         name: repeat_password
>   

Got it! I'm new to HTML::FormFu, you see...

Alex.




More information about the HTML-FormFu mailing list