Re: [html-formfu] Date field - changing the order of the sub fields

2008-10-02 Thread Ronald J Kimball
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

Re: [html-formfu] Date field - changing the order of the sub fields

2008-10-02 Thread Carl Franks
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

[html-formfu] Date field - changing the order of the sub fields

2008-10-02 Thread Ronald J Kimball
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

Re: [html-formfu] Documentation issue with HTML::FormFu::Model::DBIC

2008-10-02 Thread Carl Franks
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

Re: [html-formfu] Documentation issue with HTML::FormFu::Model::DBIC

2008-10-02 Thread Nigel Metheringham
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 - ] _

Re: [html-formfu] Documentation issue with HTML::FormFu::Model::DBIC

2008-10-02 Thread Carl Franks
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); >

[html-formfu] Documentation issue with HTML::FormFu::Model::DBIC

2008-10-02 Thread Nigel Metheringham
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

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