> Taking your advice, it means that I would 
> have two different action mappings, one 
> for the init step and the second for the 
> actual action (send).  But then I will have 
> to write something like  <html:link page="/InitForgotPassword.do?action=init"> 
> which is a bit strange to write again the "init", 
> and it is needed cause the ForgotPasswordAction.java 
> needs this 'action' parameter to distinguish
> between the two. Hmm.. 

Why not use the Struts Validator, set the validations to use page=1 (or page=2), and 
just set page=1 (or page=2) in the JSP automatically when the page gets displayed?  
Then, the first time you go to it, nothing needs to be validated.  When you hit 
submit, the validations occur for that page, or further pages, if you have more in the 
sequence/step/function/route/click.

Regards,
David

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

Reply via email to