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