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

Forward to different JSPs

2007-08-15 Thread JasDA
Hi, in my web application I want to call one single action class from different JSPs. After that the class should return to the JSP from that it was called. In my struts action tags I have to define an input JSP for every action: So here it is only possible to return to the given input