You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by wolfgang <wo...@ybb.ne.jp> on 2002/11/18 17:15:21 UTC

How to Redirect ???

Hi there, 

I wanna make users redirect(not forward) to http://www.yahoo.com , but
cannot make it...

I added the following elements in the struts-config.xml

<global-forwards>
  <forward name="finish" path="http://www.yahoo.com" redirect="true" />
</global-forwards>

and the following code in the execute method of the Action class.

return mapping.findForward("finish");

but It doesn't work.
Struts attempts to make users redirect to the
"/test_webapp/http://www.yahoo.com" where /test_webapp is the name of my
web application.

How can I make it ??

Thanks in advance.

wolfgang-


-- 
wolfgang <wo...@ybb.ne.jp>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>