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
[260 byte] By [smita_smitaa] at [2007-10-3 1:21:16]
# 1
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.
evnafetsa at 2007-7-14 18:18:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
let me check
smita_smitaa at 2007-7-14 18:18:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
ok working on websphere.your first point is right .i was using only img tagnow what should be pathpath of image is webcontent/image/a.gifnow what should i use in html:img<html:img src="../a.gif" width="183" height="47"> is it right?
smita_smitaa at 2007-7-14 18:18:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
ok got the 10 dollar to myself solved path was problem
smita_smitaa at 2007-7-14 18:18:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...