You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Ventin, Vince" <vi...@boeing.com> on 2003/11/26 21:19:48 UTC

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org