[html-formfu] Catalyst-Controller-FormFu - Form attributes needs process

Carl Franks fireartist at gmail.com
Wed Oct 3 10:30:07 GMT 2007


On 03/10/2007, Marcus Ramberg <marcus.ramberg at gmail.com> wrote:
> I just noticed that you need to do ->process() after loading your
> config manually with load_config_file and using the :Form attribute.
> Might be worth mentioning this in the docs. Also, there might not be
> much point in doing it in the Form action?

Marcus,

I've changed the Form action to just stuff the request into
$form->query(), rather than doing $form->process($request).
This will save some unnecessary processing time.

I've also updated the docs - clarifying the synopsis, the form method
section, and added a CAVEATS section.

Thanks for the suggestions,
Carl



More information about the HTML-FormFu mailing list