markricard
IS-IT--Management
In my jsp page I have the following code in a page called "listing.jsp":
<html:img height="48" width="48" alt="" src="../images/newListing.gif"/>
When the page first comes up, I can see the graphic perfectly. After the user presses submit and there are errors that I find in the ActionForm validate() method, when struts comes back to my original listing.jsp page (now listing.do) all of the images are no longer found - just an empty space where it should be. When I inspect the html code itself, the location looks fine - "../images/newListing.gif" is there.
Anyone?
<html:img height="48" width="48" alt="" src="../images/newListing.gif"/>
When the page first comes up, I can see the graphic perfectly. After the user presses submit and there are errors that I find in the ActionForm validate() method, when struts comes back to my original listing.jsp page (now listing.do) all of the images are no longer found - just an empty space where it should be. When I inspect the html code itself, the location looks fine - "../images/newListing.gif" is there.
Anyone?