Hi Riyad,

indeed, that's a way to do it.

I guess I have to be careful with the form reset method to avoid all the
information the user has already entered.

--ERic

On Sun, 2004-05-30 at 03:44, Riyad Kalla wrote:
> Eric,
> I have something exactly like this, and I get around it by setting the 
> action's validate attribute to false for the "prepare" method, and true 
> for the "submission" action... for example:
> 
> prepareEditUser: takes a user ID, loads all data up into request for JSP 
> page to show, action does validation on the ID, form validate == false;
> editUser: form validate == true, accepts all params from the edit page 
> and verifies that they are sane.
> 
> So with the validate = false action, the form won't validate, you just 
> have to move the check into the action then you can reuse the form.
> 
> Eric Fesler wrote:
> 



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

Reply via email to