Hi,

When using Catalyst it is recommended to use $c->uri_for('/path/to/action') because only this way the app would work if it would be put to run on a different location than "/".

But in the HTML::FormFu configuration files we need to type a static action like

action /path/to/action

but it won't work if the location of the app would change.

Is there a recommended way for specifying the action in an HTML::FormFu configuration file for always working?

Thank you.

Octavian


_______________________________________________
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