Action fired twice if <img> tag inside a div has no source
----------------------------------------------------------
Key: WW-3085
URL: https://issues.apache.org/struts/browse/WW-3085
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.6
Environment: Ubuntu, Tomcat 6, Java 6, Firefox 3.0
Reporter: Jose A. Corbacho
Priority: Minor
An image with no source (<img src=""/>) set inside a div makes the action being
fired twice.
Sample JSP:
<s:div>
<img src=""/>
</s:div>
I use this because the images are set after rendering the page. As a
workaround, I'm using a blank image when the page is loaded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.