Carl Franks wrote:
2008/10/2 Ronald J Kimball <[EMAIL PROTECTED]>:
Is it possible to change the order of the sub fields for a Date field? That
is, I'm supposed to have them displayed as Month / Day / Year instead of Day
/ Month / Year.
I understand that Day / Month / Year is generally preferred
2008/10/2 Ronald J Kimball <[EMAIL PROTECTED]>:
> Is it possible to change the order of the sub fields for a Date field? That
> is, I'm supposed to have them displayed as Month / Day / Year instead of Day
> / Month / Year.
>
> I understand that Day / Month / Year is generally preferred internationa
Is it possible to change the order of the sub fields for a Date field?
That is, I'm supposed to have them displayed as Month / Day / Year
instead of Day / Month / Year.
I understand that Day / Month / Year is generally preferred
internationally, but we expect most of our users will be more fam
2008/10/2 Nigel Metheringham <[EMAIL PROTECTED]>:
>
> Committed:
> http://code.google.com/p/html-formfu/source/detail?r=1220
cool - thanks
carl
___
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo
On 2 Oct 2008, at 13:07, Carl Franks wrote:
Thanks for offering to fix it
Committed:
http://code.google.com/p/html-formfu/source/detail?r=1220
--
[ Nigel Metheringham [EMAIL PROTECTED] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]
_
2008/10/2 Nigel Metheringham <[EMAIL PROTECTED]>:
> Hi,
>
> I've found a documentation issue with the svn version of
> HTML::FormFu::Model::DBIC
>
> If you follow the example in the section (for has_many relationships)
> and call your delete marker "delete", then
> $form->save_to_model($object);
>
Hi,
I've found a documentation issue with the svn version of
HTML::FormFu::Model::DBIC
If you follow the example in the section (for has_many relationships)
and call your delete marker "delete", then
$form->save_to_model($object);
will call the delete method on each of the has_many objects
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