[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-547) s:button generates multiple onclick attributes
Norman Richards (JIRA)
jira-events at jboss.com
Fri Dec 1 11:55:55 EST 2006
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
Priority: Minor
<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
More information about the seam-issues
mailing list