> -----Original Message----- > From: Josh Holtzman [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 9:43 AM > To: 'Struts Users Mailing List' > Subject: Tiles, Validation and reuse of HTML Form >
<snip/> > > > In the struts config file we created an Action element for > each of the 6 > product pages. For instance: 6 pages? Here I believe your problem lies. Why not 1 page for all 6 rather then 6 seperate pages? That makes returning back much easier, otherwise you are right... you will have to create a seperate action for each for the validation errors to return properly without doing some handwaving. You might be able to do something the validation( blah ) method of the form, and redirect from there rather then depend on what struts does. However, that means you can't do client side validation. <snip/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]