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

2017-03-13 Thread Christoph Nenning
.com.INVALID> > To: Struts Users Mailing List <user@struts.apache.org>, > Date: 11.03.2017 00:21 > Subject: Re: issue with getting current date using date tag in > latest struts 2.3.3X > > Hi Dave, > it was working find from earlier version, here is the discussi

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

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

2017-03-10 Thread Dave Newton
I'm surprised that worked, since it's supposed to be the name of the date property you want to display. Maybe it was introspecting to see if it was an immediate date value, but that's deceptive and counter-intuitive. In any case, that's a large version jump. OGNL was updated multiple times. If I

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

2017-03-10 Thread Lukasz Lenart
2017-03-10 16:59 GMT+01:00 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,