Matt Whipple wrote:
I'm working on a Catalyst app using FormFu which has multiple HTML::Form::Element::Date objects. Each one cumulatively causes a call to $form->process to take over a second more (I'm guessing due to populating the lists). Presently I've stripped out most everything to narrow the problem down, the config file only lists the elements with no inflators or any other type of more advanced functionality. The controller manually uses HTML::FormFu, loads the config, and runs the process method. Multiple consecutive calls to process each have the same impact. Changing the element type to text makes the problem disappear.

Any insights would be incredibly appreciated.

Also...the problem does _not_ appear to occur in a simple script outside of Catalyst


_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu


_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to