in reply to HTML::FormHandler validate_form method

Hello uG,

Could you post your controller code?
I don't really see anything that sticks out as wrong in your form code.

  • Comment on Re: HTML::FormHandler validate_form method

Replies are listed 'Best First'.
Re^2: HTML::FormHandler validate_form method
by uG (Scribe) on Apr 08, 2010 at 17:11 UTC
    I made an edit to the bottom of the post with the problem/solution. The documentation said to use:
    $self->params('affiliates')
    when it should have been:
    $self->params->{affiliates}
    I got HTML::FormHandler's IRC channel and informed them and they have now corrected the documentation.
        hobbs patched it already.