2013/9/12 Mohit Gupta <motgu...@gmail.com>: > Yes i am sure value is "/customerhome.do?custIdId=200". > > Also do you mean that result mapping should be > @Result(name = "redirectTo", location = " ${#parameters.redirectLocation} ", > type = "redirect") }) > > instead of > > @Result(name = "redirectTo", location = "#parameters.redirectLocation", > type = "redirect") })
Yes # - defines scope i.e. request, response, session, parameters, application $, % - are expression opening chars (by default) http://struts.apache.org/development/2.x/docs/ognl.html And could you enabled debug for org.apache.struts2.dispatcher.ServletRedirectResult ? Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org