Never mind.   I figured it out.

Vince Ventin



-----Original Message-----
From: Ventin, Vince 
Sent: Wednesday, November 26, 2003 12:20 PM
To: [EMAIL PROTECTED]
Subject: Redirect out of to external web page


Can a Struts action be used to forward a user to an external page?  The
example below does not work.

What is wrong with this?  


    <action path="/SystemLogoff" type="SystemLogoffAction">
      <set-property property="releasemode" value="Stateless"/>    
      <forward name="success" path="https://company.com/oblogout.cgi";
redirect="true"/>      
    </action>


Thanks,

Vince Ventin



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


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

Reply via email to