[html-formfu] Template::Alloy rendering

Tobias Kremer list at funkreich.de
Fri Jul 6 10:37:12 GMT 2007


Zitat von Carl Franks <fireartist at gmail.com>:
> hmm, I think there's a bug in Template-Alloy's split_paths()
>
> For now, just change these lines:
>
>     $args{constructor}{render_class_args}{INCLUDE_PATH}
>         ||= $c->path_to('root','formfu');
>
> in Catalyst/Controller/HTML/FormFu.pm to:
>
>     $args{constructor}{render_class_args}{INCLUDE_PATH}
>         ||= [$c->path_to('root','formfu')];

Cool, got it working now. Unfortunately I see absolutely no speedup
in my application :( Still revolving around 4-5 req/sec. for heavy
forms with the built-in Catalyst HTTP server. Strange! Will do some
more testing ...

--Tobias



More information about the HTML-FormFu mailing list