Hi,

I'd like to set a non db column value eg;

__PACKAGE__->mk_group_accessors('simple' => qw/filter_update/);
$row->filter_update(1);


before I call $form->model->update($row)

 so that when the $row->update() function is run it acts in a particular
way.

Is this possible?  $row->update() currently doesn't seem to notice that
filter_update has been set, ie when the value is retrieved in the
->update() function it is undefined

Kind regards
Stephen
_______________________________________________
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