[html-formfu] Slight issue with DBIx-Class-HTML-FormFu
Brian Cassidy
brian.cassidy at nald.ca
Fri Sep 21 18:46:00 GMT 2007
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
More information about the HTML-FormFu
mailing list