Re: [html-formfu] config_file_path

2008-10-02 Thread Carl Franks
2008/9/13 Geoffrey D. Bennett <[EMAIL PROTECTED]>: > Hi there, > > I'm using Catalyst::Controller::HTML::FormFu, and specify > config_file_path => MyApp->path_to("forms"), which is fine for when I > use :FormConfig(), but when I use load_config_file(), things don't go > so well when running under A

Re: [html-formfu] config_file_path

2008-09-29 Thread Will Hawes
2008/9/13 Geoffrey D. Bennett <[EMAIL PROTECTED]>: > Hi there, > > I'm using Catalyst::Controller::HTML::FormFu, and specify > config_file_path => MyApp->path_to("forms"), which is fine for when I > use :FormConfig(), but when I use load_config_file(), things don't go > so well when running under A

[html-formfu] config_file_path

2008-09-13 Thread Geoffrey D. Bennett
Hi there, I'm using Catalyst::Controller::HTML::FormFu, and specify config_file_path => MyApp->path_to("forms"), which is fine for when I use :FormConfig(), but when I use load_config_file(), things don't go so well when running under Apache, since the cwd is "/" (the HTML::FormFu doc says "relati