Raj Atchutuni
2003-08-26 19:02:57 UTC
I am trying to forward to an external link (commerce server). Here is my code. Can anyone tell me what is wrong with it. Is there any way i can specify the url in the action instead in 'forward' ?
Thanks
Raj.
My action class has only one line of code as follows.....
---------------
ApparelAction.java
return (mapping.findForward("success"));
Struts-config.xml
-----------------
<action path="/dsapparel" type="com.action.pb.ApparelAction">
<forward name="success" path="https://wcs-kbarnwell.com/index.jsp"/>
</action>
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
Thanks
Raj.
My action class has only one line of code as follows.....
---------------
ApparelAction.java
return (mapping.findForward("success"));
Struts-config.xml
-----------------
<action path="/dsapparel" type="com.action.pb.ApparelAction">
<forward name="success" path="https://wcs-kbarnwell.com/index.jsp"/>
</action>
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software