Hi,
I am using
struts 1.1,there is images folder for all the images in my project.
when I am using below code,image is displaying in google chrome,but not in mozilla or
if i use " <table background="../images/image2486.gif">" ,it works in IE.
So,to get rid of above problem i have define context-param in web.xml with Variable Site and given value in web.xml
an then used follwoing code,but still problem is there
Please help me in solving this Problem