Not sure if that helps but try adding a contextRelative='false" to your
forward

    <forward name="success" path="https://wcs-kbarnwell.com/index.jsp";
contextRelative="false"/>

-----Original Message-----
From: Raj Atchutuni [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Forward to external url


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to