Forward to different JSPs 2007-08-15 - By JasDA@(protected)
Back 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/?mc1131
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|