Re: Dynamic Result Selection

2011-11-20 Thread Chris Pratt
, Rohan From: Christian Grobmeier grobme...@gmail.com To: rohan jamkhedkar rgjamkhed...@yahoo.co.in Cc: Struts Users Mailing List user@struts.apache.org Sent: Saturday, 19 November 2011 1:42 PM Subject: Re: Dynamic Result Selection On Sat, Nov 19, 2011

Re: Dynamic Result Selection

2011-11-19 Thread rohan jamkhedkar
To: Struts Users Mailing List user@struts.apache.org; rohan jamkhedkar rgjamkhed...@yahoo.co.in Sent: Saturday, 19 November 2011 1:21 PM Subject: Re: Dynamic Result Selection Hello Rohan, On Sat, Nov 19, 2011 at 8:44 AM, rohan jamkhedkar rgjamkhed...@yahoo.co.in wrote: result name=success

Re: Dynamic Result Selection

2011-11-19 Thread Christian Grobmeier
@struts.apache.org; rohan jamkhedkar rgjamkhed...@yahoo.co.in Sent: Saturday, 19 November 2011 1:21 PM Subject: Re: Dynamic Result Selection Hello Rohan, On Sat, Nov 19, 2011 at 8:44 AM, rohan jamkhedkar rgjamkhed...@yahoo.co.in wrote: result name=success%{nextPage}/result try to add

Re: Dynamic Result Selection

2011-11-19 Thread rohan jamkhedkar
post it.  Thanks Regards, Rohan From: Christian Grobmeier grobme...@gmail.com To: rohan jamkhedkar rgjamkhed...@yahoo.co.in Cc: Struts Users Mailing List user@struts.apache.org Sent: Saturday, 19 November 2011 1:42 PM Subject: Re: Dynamic Result Selection

Dynamic Result Selection

2011-11-18 Thread rohan jamkhedkar
Hi All,        I am very new to Struts 2, so I don't know whether this issue is discussed before and has a solution. I had dynamic Result selection in my project. Where result would be selected on the basis of execution logic in Action method.  For Example something like, action name=test class

Re: Dynamic Result Selection

2011-11-18 Thread Christian Grobmeier
Hello Rohan, On Sat, Nov 19, 2011 at 8:44 AM, rohan jamkhedkar rgjamkhed...@yahoo.co.in wrote: result name=success%{nextPage}/result try to add these results too: result name=input%{nextPage}/result result name=error%{nextPage}/result Input is what is returned when some input is missing,