Hi, I need to choose sometimes one page to show, but someting another, from the same action. For example, when user click on "save" link in .jsp, I want to go to Finish.jsp, but sometimes I want to go to some other page, that is handled by another action class (so, it is not in current namespace). How I can define that in struts.xml and choose from my action class (method) ?
This is my current action in struts.xml: <action name="save" class="InputAction" method="save"> <result>/pages/Finish.jsp</result> </action> but I need more results. -- Thx, Milan -- View this message in context: http://www.nabble.com/-S2--Simple-forking-tp18240640p18240640.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]