Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

tag not working if written in properties file in struts 2

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