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. Thus your object disappears.

=)

-Brian

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to