Author: vbaranov
Date: 2008-03-12 09:51:12 -0400 (Wed, 12 Mar 2008)
New Revision: 6752
Modified:
trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2451
Modified: trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
===================================================================
--- trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-03-12
13:07:37 UTC (rev 6751)
+++ trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-03-12
13:51:12 UTC (rev 6752)
@@ -42,6 +42,7 @@
x:value="#{this:getValue(component)}"
x:passThruWithExclusions="value,name,onclick,type,id"
onclick="#{this:getOnClick(context,component)}"
+ class="#{component.attributes['styleClass']}"
<jsp:scriptlet>encodeTypeAndImage(context,component);</jsp:scriptlet>
</input>