DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41886>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41886 Summary: "h:commanButton" and "h:commandLink" does not work with "onclick" Product: Tomcat 6 Version: 6.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] onclick does not work with jsf standard components, such as "h:commanButton" and "h:commandLink". it was tested with facelets. Expression <h:commandButton value="click this button..." onclick="alert('1')" type="button"/> gave the following error: XML Parsing Error: duplicate attribute Location: http://localhost:8080/trident/faces/layout/index.xhtml Line Number 63, Column 163: <input type="button" name="j_id10:j_id40" value="click this button..." onclick="alert('1')" onclick="alert('1')" /> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]