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]