Re: Dynamic Result Selection

2011-11-19 Thread rohan jamkhedkar
post it.  Thanks & Regards, Rohan > > From: Christian Grobmeier >To: rohan jamkhedkar >Cc: Struts Users Mailing List >Sent: Saturday, 19 November 2011 1:42 PM >Subject: Re: Dynamic Result Selection > >On Sat, Nov 19, 2011 at 9:06

Re: Dynamic Result Selection

2011-11-19 Thread rohan jamkhedkar
gt;To: Struts Users Mailing List ; rohan jamkhedkar > >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 > wrote: >> >> %{nextPage} > >try to add these resul

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, %{nextPage}   Where ne