Re: [html-formfu] wrong err msg because of detach to another form

2009-12-02 Thread David Schmidt
What did make a difference was calling or not calling $form->process. If I display form #2 for the first time I do not call process, thus not having formfu check the request parameters against the form. have a nice day everyone david On Wed, Dec 2, 2009 at 9:18 AM, David Schmidt wrote: > On T

Re: [html-formfu] wrong err msg because of detach to another form

2009-12-02 Thread David Schmidt
On Tue, Dec 1, 2009 at 10:05 PM, Ashley Pond V wrote: > Untested but you can probably fix that by using ->go instead of > ->detach (If you've got a recent enough version of Catalyst). > > On Tue, Dec 1, 2009 at 12:52 PM, David Schmidt wrote: >> Hello >> >> In my Cat App I show two forms to the Us

Re: [html-formfu] wrong err msg because of detach to another form

2009-12-01 Thread Ashley Pond V
Untested but you can probably fix that by using ->go instead of ->detach (If you've got a recent enough version of Catalyst). On Tue, Dec 1, 2009 at 12:52 PM, David Schmidt wrote: > Hello > > In my Cat App I show two forms to the User. The problem now is that > when I submitted a valid form #1 my

[html-formfu] wrong err msg because of detach to another form

2009-12-01 Thread David Schmidt
Hello In my Cat App I show two forms to the User. The problem now is that when I submitted a valid form #1 my app detaches to form #2 where error messages are displayed according to the parameters of form #1 which are still in the request. I've been looking in the CPAN docs but couldnt find anyth