Subject: Re: Struts Validator: Form question
From: "Arthur Frankel" <[EMAIL PROTECTED]>
 ===
Actually I got #1 working by using the ValidatorActionForm instead of
ValidatorForm...I'm getting some javascript error though, but my main
concern is resolved.

"Arthur Frankel" <[EMAIL PROTECTED]> wrote in message
news:a753nd$erg$[EMAIL PROTECTED]...
> I have a simple form question based on an application using 1 jsp to get
the
> input key, the 2nd jsp to return (and then update) the object.
>
> Using the Struts Validator, I have 2 simple jsp pages.  The first takes in
a
> value that is my key.  The second displays the result (object/data).   I
> have validation on the first page for the input value and validation on
the
> second page for the resulting object since I have the ability to update
this
> object's information.
>
> It looks like I have 2 choices:
> 1) use the same Form for both pages, but the problem here is that when I
> submit the first page it tells me I have a validation error related to the
> fields that I not currently on that page (i.e., the second page).
> 2) use different Forms for each page, but the problem here is that when my
> action kicks off and loads the data for the result, I somehow need to load
> the second form???
>
>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to