Hi Dave,
it was working find from earlier version, here is the discussion thread from
coderanch.<s:date name=%{new java.util.Date()} /> formatDate & i18nInteceptor
(Struts forum at Coderanch)
|
|
|
| | |
|
|
|
| |
<s:date name=%{new java.util.Date()} /> formatDate & i18nInt...
In my tiles to display the date on the header of each page I am using <s:date
name="%{new java.util... | |
|
|
Regards,
Vishal
On Friday, 10 March 2017, 11:19, Dave Newton <[email protected]> wrote:
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 were guessing (which I am; sorry) I'd say it's related to the
evaluation of parameter names in OGNL.
Unrelated, but making this work correctly seems like a win.
Dave
On Fri, Mar 10, 2017 at 10:59 AM, Vishal Jhagadiawala <
[email protected]> wrote:
> Hi,I am having issue with following date tag, after upgrading to struts
> 2.3.30
> <s:date name="%{new java.util.Date()}" format="yyyy-MM-dd" />
>
> 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.
>
> Regards,
> Vishal
--
e: [email protected]
m: 908-380-8699
s: davelnewton_skype
t: @dave_newton <https://twitter.com/dave_newton>
b: Bucky Bits <http://buckybits.blogspot.com/>
g: davelnewton <https://github.com/davelnewton>
so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>