[html-formfu] cat-controller form() method

Carl Franks fireartist at gmail.com
Mon Sep 1 12:38:29 BST 2008


Anyone using the $self->form() method provided by
Catalyst-Controller-HTML-FormFu may have noticed that it didn't set
the query - so you explicitly had to do:
    $form->process( $c->request );

This is fixed - so you now no longer have to pass the request to process().

Thanks to Rod Taylor for reporting this on rt.perl.org

Cheers,
Carl



More information about the HTML-FormFu mailing list