Re: Modifying action input at runtime

2003-03-11 Thread Charlie Toohey
Another solution is what I did, was to specify a servlet as the value of the input attribute in struts-config.xml, and then in the servlet I have code which dynamically determines the correct URL for input and does a forward to that URL. On Monday 17 February 2003 06:12 am, you wrote: You

RE: Modifying action input at runtime

2003-02-17 Thread du Plessis, Corneil C
You will have to parameterize the action of your html:form then have different actions in struts-config for each of those. A failing validation will return to the appropriate input page. -Original Message- From: Colin Hawkett [mailto:[EMAIL PROTECTED]] Sent: 17 February, 2003 16:09 To: