Re: struts2 getInputForward()

2008-08-18 Thread Stephan Schröder
look for Redirect (Action) Result. /Stephan > Maybe these resources can help: > > http://struts.apache.org/2.x/docs/bootstrap.html > http://struts.apache.org/2.x/docs/selecting-results.html > http://struts.apache.org/2.x/docs/result-configuration.html > http://struts.apache.org/2.x/docs/result-t

Re: struts2 getInputForward()

2008-08-18 Thread Nils-Helge Garli Hegvik
Maybe these resources can help: http://struts.apache.org/2.x/docs/bootstrap.html http://struts.apache.org/2.x/docs/selecting-results.html http://struts.apache.org/2.x/docs/result-configuration.html http://struts.apache.org/2.x/docs/result-types.html Nils-H On Mon, Aug 18, 2008 at 11:31 AM, wangi

RE: struts2 getInputForward()

2008-08-18 Thread Umar Bilal
Use a forward tag in the Strut config action. Like Take care Bye -Original Message- From: wanginfo [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2008 3:01 PM To: Struts Mail List Subject: struts2 getInputForward() how do i return to an actions input page/action? in struts1

struts2 getInputForward()

2008-08-18 Thread wanginfo
how do i return to an actions input page/action? in struts1 there was the mapping.getInputForward() method, maybe i'm blind but i haven't found an equivalent in struts2. thanks in advance.

RE: struts2 getInputForward()

2007-09-09 Thread Al Sutton
Forwarding works in a different way in struts2, have a look at http://www.infoq.com/articles/converting-struts-2-part1 -Original Message- From: Michael Kulovits [mailto:[EMAIL PROTECTED] Sent: 09 September 2007 11:55 To: user@struts.apache.org Subject: struts2 getInputForward() how do

struts2 getInputForward()

2007-09-09 Thread Michael Kulovits
how do i return to an actions input page/action? in struts1 there was the mapping.getInputForward() method, maybe i'm blind but i haven't found an equivalent in struts2. thanks in advance. ~~~kULO; - To unsubscribe, e-mail: [