[Catalyst] Suggestions on how to handle 12 page form
Octavian Rasnita
orasnita at gmail.com
Thu Nov 18 06:24:42 GMT 2010
From: "Bogdan Lucaciu" <bogdan at sinapticode.ro>
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
Oh yes, I'm sorry. Of course path_to().
Thanks for correction.
Octavian
More information about the Catalyst
mailing list