Hi,
I am trying to redirect to another web application from my struts web app.
Is there any way of specifying this
in action mapping section in struts-config so that it would be redirected by
ActionServlet when I return the ActionForward? ( wishful thinking perhaps??)
<action path="/start"
type="com.juniper.app.apply.web.action.ApplicationAction"
scope="session">
<forward name="success" path="/applicationDynamic.jsp"/>
<forward name="solicitation" path="/10271.jsp"/>
<redirect name="anotherApp"
path="http://www.xxx.com/action/index.jsp" />
</action>
Am I restricted to doing HttpServletResponse.sendRedirect() method in the
Action classes? Are there any restrictions in Struts framework for
redirecting to another web application?
Many Thanks,
George..
_______________________________________________________
Juniper Bank
"Rated #1 in Customer Confidence"
Gomez Inc., Summer 2001 Internet Credit Card Scorecard
www.juniper.com
_______________________________________________________
This e-mail and any files transmitted with it may contain confidential
and/or proprietary information. It is intended solely for the use of the
individual or entity who is the intended recipient. Unauthorized use of this
information is prohibited. If you have received this in error, please
contact the sender by replying to this message and delete this material from
any system it may be on.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>