[Catalyst] Any recommendations for multiple forms in catalyst
(have been using HTML::FormFu)?
Carl Franks
fireartist at gmail.com
Sun Jul 6 11:13:49 BST 2008
2008/7/6 <kakimoto at tpg.com.au>:
>
> Nevertheless, I could only find
> Catalyst::Controller::FormBuilder::MultiForm.
> You mentioned there's HTML::FormFu::MultiForm. I have seen
> "Catalyst::Controller::HTML::FormFu::Action::MultiForm" but can't seem
> to read up on it cause there's no link to it in
> http://search.cpan.org/~cfranks/Catalyst-Controller-HTML-FormFu-0.03000/.
Hi,
The multiform module hasn't been released to cpan yet - you need to
check it out from the subversion repository.
You can find it, and the Cat-controller, in the 2 project folders:
http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu
http://html-formfu.googlecode.com/svn/trunk/Catalyst-Controller-HTML-FormFu
The reason it hasn't been released yet, is because the file upload
handling needs a bit more work - other than that, it works fine, and
I'm using it in a live application.
Carl
More information about the Catalyst
mailing list