Re: issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Vishal Jhagadiawala
Hi Dave, it was working find from earlier version, here is the discussion thread from coderanch. formatDate & i18nInteceptor (Struts forum at Coderanch) | | | | || | | | | | formatDate & i18nInt... In my tiles to display the date on the header of each page I am us

issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Vishal Jhagadiawala
Hi,I am having issue with following date tag, after upgrading to struts 2.3.30 it shows no value in the UI page.  Question: was there usage of OGNL expression changed in latest version of struts2. eg. 2.3.30,  the above usage works without issue in Struts2 2.2.1 any help would be appreciated. R

Re: action tag with tile result causing StackOverflowError-

2016-11-25 Thread Vishal Jhagadiawala
="title", value="titel"),                 @TilesPutAttribute(name="content",value="content.jsp")         } ) Hope that helps! Regards, Christoph > From: Vishal Jhagadiawala > To: Struts Users Mailing List , > Date: 21.11.2016 16:14 >

Re: action tag with tile result causing StackOverflowError-

2016-11-21 Thread Vishal Jhagadiawala
hould showcase.index.actionResult and showcase.index belong to each other? - shouldn't showcase.index.actionResult set the body attribute? - why is there an tag in layout.jsp? Regards, Christoph > From: Vishal Jhagadiawala > To: Struts Users Mailing List , > Date: 19.11.2016 20:55 > Subject: Re

Re: action tag with tile result causing StackOverflowError-

2016-11-19 Thread Vishal Jhagadiawala
10:28, Vishal Jhagadiawala wrote: Hi , I have upgraded my struts application to version 2.3.30 and apache-tiles 2.2.2 and I am facing issue with s:action tag and tiles result. it goes in recursive loop and throws StackOverflowError as below.  also I am able to reproduce this issue in sho

action tag with tile result causing StackOverflowError-

2016-11-19 Thread Vishal Jhagadiawala
Hi , I have upgraded my struts application to version 2.3.30 and apache-tiles 2.2.2 and I am facing issue with s:action tag and tiles result. it goes in recursive loop and throws StackOverflowError as below.  also I am able to reproduce this issue in showcase application, I have outlined the til