Re: newbie action,form,validation design problem

2006-10-05 Thread Laurie Harper
Strachan, Paul wrote: 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

newbie action,form,validation design problem

2006-10-04 Thread Strachan, Paul
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