On Wed, Jun 10, 2009 at 9:00 AM, Kiffin Gish<kiffin.g...@planet.nl> wrote: > What are the advantages/disadvantages for choosing between > Catalyst::Controller::FormBuilder and Catalyst::Controller::HTML:FormFu?
Those two are not the only options. Have a look at: http://www.perlfoundation.org/perl5/index.cgi?form_processing In my opinion the Catalyst controllers don't server any purpose other than documenting how to configure a form processor for Catalyst. This should not require a separate module - as this additional layer only adds friction (problems like exposing not exactly full API of the original processor, lagging after new releases of the processor and Catalyst etc.) - but I agree that this kind of configuration should be put somewhere and should be accompanied by tests. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/ _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/