[Catalyst] Dumb questionagain: nowCatalyst::Controller::FormBuilder

Alex Povolotsky tarkhil at over.ru
Mon Feb 25 14:41:11 GMT 2008


Peter Sørensen wrote:
> what I meant was:
>
> name: location_edit
> method: post
> title: Location
> fields:
> CHANHE HERE --->   locationname:  insteadof name
>       name: Location name
>       type: text
>       size: 60
>       required: 1
>
>    descr:
>       name: Location description
>       type: textarea
>       rows: 4
>       cols: 60 
>   

Well, CGI::FormBuilder::Source::File has weird Pytonish format. It 
should be also sensitive to LF/CRLF line endings and tabulations to be 
weird completely.

I can PATCH the form copypasted from Catalyst::Controller::FormBuilder - 
but I have lots of troubles creating my own ones.

I'll look to HTML::ScriptFu :(

Alex.






More information about the Catalyst mailing list