image not visible
Hi I have header and menu.jsp.Using tiles and struts techonlogy.Now when I access header.jsp.I can see the image present in page.But when i try to access header.jsp in another page.I am not able to see the image.any solutionsregards
Probably something to do with relative urls of images vs the requested location.If you are using struts, the <html:img> tag should probably be used for images. That can automagically insert the absolute ref to the image using the context/module name.