I want to get property from ApplicationResources.properties in a Form or in a Jsp. How could i give the property value into a variable in Jsp? like:
I know it doesn't work, but that's what I want. <bean:message> can only display the property value, I need to put this value into a variable. Or is there any way I can get property value easy in my Form? Thanks.