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
On Mon, Aug 25, 2008 at 09:35:18AM +0100, Carl Franks wrote:
[...]
> > All this seems a bit excessive for what I would have thought would be
> > a reasonably common case?
> >
> > I've now got:
> >
> > default_args:
> > elements:
> >Checkbox:
> > value: 1
> > default_empty_value: 1
>
On Mon, Aug 25, 2008 at 09:26:08AM +0100, Carl Franks wrote:
> 2008/8/23 Geoffrey D. Bennett <[EMAIL PROTECTED]>:
> > Hi there,
> >
> > I was getting some warnings from FormFu (0.03003) when trying to use a
> > date field. Maybe I'm doing something wrong, but my example was
> > pretty simple:
> >