Hi, I am using struts 1.3. I have kept jsp folder parallel to WEB-INF folder. Inside jsp pages I have images folder, where I am keeping the images referred by jsp. In jsp I giving src of images as as : "images/image-1".
So when I access the jsp directly, then I can see the images.. But if try to access it through action class <action name="/Welcome.do > <result = "Welcome.jsp"> </action> then I can see the the jsp contents.. but not the image inside it. Thanks, -P