Hello! For example; I have a key defined in ApplicationResources.properties file as "msg.key". This can be accessed on jsp as <bean:message key="msg.key" />.
But I want to store this key in my local variable on a jsp. How can this be possible? Thanks in advance. Regards, MMS

