[
http://jira.jboss.com/jira/browse/JBSEAM-547?page=all ]
Gavin King closed JBSEAM-547.
-----------------------------
Fix Version/s: 1.1.0.GA
Resolution: Done
Assignee: Norman Richards
Looks pretty harmless. I committed it.
s:button generates multiple onclick attributes
----------------------------------------------
Key: JBSEAM-547
URL:
http://jira.jboss.com/jira/browse/JBSEAM-547
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Reporter: Norman Richards
Assigned To: Norman Richards
Priority: Minor
Fix For: 1.1.0.GA
<s:button onclick="alert(hi);" action="#{some.action} /> generates
multiple onclick attributes. On my browser the second one is ignored, but I don't
know if that works everywhere.
<input type="button" id="_id19"
onclick="alert(hi);location.href='/seam-pay/count.seam?actionMethod=count.xhtml%3Asome.action'"
onclick="alert(hi);" value="test" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira