Re: Forward to different JSPs

2007-08-15 Thread Laurie Harper
Jasper Floor wrote: On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, So here it is only possible to return to the given input JSP "dataChecks.jsp". How can I return to the calling JSP without defining one action tag for every single JSP? If you don't close your actionmappin

Re: Forward to different JSPs

2007-08-15 Thread Jasper Floor
On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > >path="/secure/dataChecks" > name="emptyForm" > type="org.springframework.web.struts.DelegatingActionProxy" > input="/secure/dataChecks.jsp" /> > > So here it is only possible to return to the given input