On Wed, Nov 17, 2010 at 9:11 PM, Octavian Rasnita 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"));
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"));
--
Bogdan Lucaciu