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:
<action
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 JSP "dataChecks.jsp".
How can I return to the calling JSP without defining one action tag for every
single JSP?
Regards,
Christoph
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://produkte.web.de/club/?mc=021131
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]