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
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
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
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