Re: Dynamically passing Templates name in struts.config file

2011-03-12 Thread aum strut
Thanks Dave for the help,but i am aware about dynamic results and we are using it quite a lot in our application but my problem is not like choosing a dynamic result since when validation fails i am always being get input as control string and in all cases we have ApplicationFrame as parent templat

Re: Dynamically passing Templates name in struts.config file

2011-03-12 Thread Dave Newton
Check out dynamic results and see if that helps. http://struts.apache.org/2.x/docs/result-configuration.html http://struts.apache.org/2.x/docs/parameters-in-configuration-results.html Dave On Sat, Mar 12, 2011 at 12:49 PM, aum strut wrote: > Hi All, > > In my application i have a single Applica

Dynamically passing Templates name in struts.config file

2011-03-12 Thread aum strut
Hi All, In my application i have a single ApplicationFrame.jsp which takes care of the overall look and feel of the application,from my action classes i am setting the name of working template and this dynamic template name is being used in the ApplicationFrame as follows and i have following en