Re: [html-formfu] Slight issue with DBIx-Class-HTML-FormFu

2007-09-24 Thread Brian Cassidy
Carl Franks wrote: On 22/09/2007, Mario Minati <[EMAIL PROTECTED]> wrote: I just put an update on SVN. Yes, this is a "slight issue" ;) I've pushed a new cpan release out with the fix - it should be available within hours. Thanks Mario && Carl! -Brian

Re: [html-formfu] Slight issue with DBIx-Class-HTML-FormFu

2007-09-24 Thread Carl Franks
On 22/09/2007, Mario Minati <[EMAIL PROTECTED]> wrote: > On Friday 21 September 2007 19:46:00 Brian Cassidy wrote: > > This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO > > NOT/ name any element in your page "delete" if you plan on using > > > > $obj->fill_formfu_values( $form

Re: [html-formfu] Slight issue with DBIx-Class-HTML-FormFu

2007-09-22 Thread Mario Minati
On Friday 21 September 2007 19:46:00 Brian Cassidy wrote: > This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO > NOT/ name any element in your page "delete" if you plan on using > > $obj->fill_formfu_values( $form ); > > The component checks if $obj->can( $field ) then calls $o

[html-formfu] Slight issue with DBIx-Class-HTML-FormFu

2007-09-21 Thread Brian Cassidy
This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO NOT/ name any element in your page "delete" if you plan on using $obj->fill_formfu_values( $form ); The component checks if $obj->can( $field ) then calls $obj->$field. So, in this case, "delete" is legit and gets called.