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 <[EMAIL PROTECTED]>


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

Reply via email to