in reply to Re: HTML::FormFu, reading value of an element from controller...
in thread HTML::FormFu, reading value of an element from controller...

Yup, it appears the form data is part of the form only, not the elements, the elements are just placeholder, so  $form->param_value( $pariah->name );

Seems like the kind of thing that would be explained somewhere in the manual -- I don't use formfu at all

  • Comment on Re^2: HTML::FormFu, reading value of an element from controller...
  • Download Code