In fooling around with it I discovered you should never use ".." in the src attribute of the html:img. While it worked initially, it quit working once inside the struts handlers.
Also, I changed the src to page. Here is the form in which it works now:
<html:img height="48" width="48" alt=""...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.