Hey All,

I'm trying to speed up my form rendering -- I have a page with about 1200 checkbox + label pairs that I'm trying to display and it's taking about 15 seconds with TT2 before the page shows up.

I thought I might try Template::Allow to see if it improves anything. However, if i set

Controller::HTML::FormFu:
  constructor:
    render_class_args:
      TEMPLATE_ALLOY: 1

in my app config and try to view a form, i get the following error:

Couldn't render template "undef error - undef error - Can't locate object method "force_error_message" via package "HTML::FormFu::Render::Form" at /usr/local/share/perl/5.8.8/Template/Alloy.pm line 578.
"

This is using the latest HTML-FormFu released today with up-to-date templates.

Any ideas?

Maybe there's a better way to render such a massive amount of data?

-Brian

_______________________________________________
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