Details
Description
After the update from Struts 2.5.18 to 2.5.20 it is not more possible to call a java static variable in JSP like
<s:property value="@my.package.folder.my.staticClass@myStaticThemeVersion" />
Please see for more details the release notes of 2.5.20
link https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.20
and I tried without success the following description assigned above in the release version notes 2.5.20 with :
<constant name="struts.configuration.xml.reload" value="false"/> <constant name="struts.serve.static" value="true" />
https://issues.apache.org/jira/browse/WW-4984
Thanks in advance for your support.