On 10/11/06, Aftab Vhora <[EMAIL PROTECTED]> wrote:
Hi, I have one key-value pair stored in my ApplicationResource.Properties file of struts. Now I want to copy the value of that resource key in my JSP variable. I tried with <bean:message .../> tag, but couldn't find a way.
You could use something like this <bean:define id="varName"><bean:message key="foo" /></bean:define> Please help me in this regard.
-- Thanks & Regards, Aftab Vhora
-- Puneet