I am using properties file to fetch the value of a date in jsp in struts2 framework. This is the line i am using in properties file.
config.closingDate= 21<sup>st</sup> December 2018
and this is how i am fetching the values.
<s:property value="getText('config.closingDate')"/>
but tag is displayed as it is in webpage
Comments
Post a Comment