Zitat von Carl Franks <[EMAIL PROTECTED]>:
> 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

_______________________________________________
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