Can I redirect user to another website using action result?

2010-03-25 Thread Kun Niu
Dear all, I'm trying to use struts2 to redirect user to another website out of my tomcat box. I wonder if action result supports http://xxx.com format. Any hints are appreciated and thanks in advance. Best regards, Kun - To

Re: Can I redirect user to another website using action result?

2010-03-25 Thread Lukasz Lenart
2010/3/25 Kun Niu haoniu...@gmail.com: I'm trying to use struts2 to redirect user to another website out of my tomcat box. I wonder if action result supports http://xxx.com format. Any hints are appreciated and thanks in advance. You have to results: redirect and redirectAction. The first one

Re: Can I redirect user to another website using action result?

2010-03-25 Thread Kun Niu
Thank you for your fast reply. I wonder if there's a manual so that I can checkout all the struts function? Lukasz Lenart writes: 2010/3/25 Kun Niu haoniu...@gmail.com: I'm trying to use struts2 to redirect user to another website out of my tomcat box. I wonder if action result supports

Re: Can I redirect user to another website using action result?

2010-03-25 Thread Lukasz Lenart
2010/3/25 Kun Niu haoniu...@gmail.com: Thank you for your fast reply. I wonder if there's a manual so that I can checkout all the struts function? http://struts.apache.org/2.x/docs/guides.html http://struts.apache.org/2.x/docs/result-types.html Regards -- Ɓukasz http://www.lenart.org.pl/

Re: Can I redirect user to another website using action result?

2010-03-25 Thread Kun Niu
Thank you for your detailed reply. Lukasz Lenart writes: 2010/3/25 Kun Niu haoniu...@gmail.com: Thank you for your fast reply. I wonder if there's a manual so that I can checkout all the struts function? http://struts.apache.org/2.x/docs/guides.html