I believe this will work

declare this forward as a global or local forward
<forward name="cnn" path="http://www.cnn.com"; redirect="true"/> 

from an action do: return mapping.findForward("cnn")

or from a jsp call <logic:forward name="cnn"/>  (has to be global for
jsp one to work.

Hope this helps.

Doug



On Fri, 2003-06-13 at 15:46, J. Jason Zhou wrote:
> It seems Struts ALWAYS prefix myapp context so it becomes
> 
> /myapp/http://www.cnn.com
> 
> --
> Best Regards,
> 
> J. Jason Zhou
> Business Intelligence Platform Division (BIP), R & D,
> SAS Institute, 100 SAS Campus Dr.
> Cary, North Carolina 27513-8617
> Voice: 919-531-0568(O)
> Email: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Doug Bryant
ICF Consulting
Software Engineer

phone: 843.760.3635
  fax: 843.207.5444
email:  [EMAIL PROTECTED]
        [EMAIL PROTECTED]


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

Reply via email to