Re: [html-formfu] Setting the action

2009-07-03 Thread Moritz Onken
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

[html-formfu] Setting the action

2009-07-03 Thread Octavian Râşniţă
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