Posted By:
ABHISHEK_SHRIVASTAVA
Posted On:
Wednesday, May 3, 2006 07:58 AM
Hi,
How can I display an image on a JSP page using the Struts applicationResources.properties file ?
I have a key in the properties file "login.button" having value as the path of the image which i want to display on the JSP page.
Its is something like
login.button=../images/login.gif
where images is a folder under my root path.
Thanks in advance....
Abhishek