[Catalyst] Catalyst::Controller::FormBuilder config problem
Juan Camacho
jc5826 at gmail.com
Thu Dec 21 14:54:45 GMT 2006
On 12/21/06, Ulrich Leodolter <ulrich.leodolter at univie.ac.at> wrote:
> Hi,
>
> The config method as described in Catalyst::Controller::FormBuilder
> doesn't work for me.
>
> in MyApp.pm
>
RTM.
You have the config options in the wrong place. Put them in your
Controller class -- not in MyApp.pm. I recommend you create a
MyApp::Controller::Base class and put it there and then have your
controller's inherit from it.
I tested the stylesheet option with the latest version
CGI::FormBuilder and Catalyst::Runtime and it works for me.
More information about the Catalyst
mailing list