Hi All,

 

(Struts 1.2.4, Validator 1.1.3)

 

I have a DispatchAction which forwards to 3 possible Jsps (populated by
a single DynaForm)

 

Next, I added validations for each of the 3 JSP pages but now each
validation is different, it seems I need to clone the forms ???

 

But, also it doesn't look like I can use multiple forms with my
DispatchAction, so I look toward a MappingDispatchAction (with cloned
form) for each JSP

 

So now my original action has to populate one of 3 different forms
before it forwards to that appropriate JSP -it doesn't seem right!

 

I shouldn't need to change my action and clone forms just to control the
form validation.   Can anyone please help spot the problem in this
design

 

 

Thanks,

 

Note: I can see a 'page' attribute on the validator, but I don't think
this quite fits my design

 


**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

Reply via email to