Am 03.07.2009 um 17:58 schrieb Octavian Râşniţă:
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 "/".
You can use uri_for in the config:
action: __uri_for(/path/t
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