[Catalyst] Suggestions on how to handle 12 page form

Bogdan Lucaciu bogdan at sinapticode.ro
Wed Nov 17 19:44:37 GMT 2010


On Wed, Nov 17, 2010 at 9:11 PM, Octavian Rasnita <orasnita at gmail.com> wrote:

> Thanks for the example. I think that the following line could be improved:
> $form->load_config_filestem($c->config->{root}."/forms/students/info$form_id");
> to be (untested):
>    $form->load_config_filestem($c->uri_for("root/forms/students/info$form_id"));

Do you mean path_to instead of uri_for ?

-- 
Bogdan Lucaciu



More information about the Catalyst mailing list