Author: vbaranov
Date: 2008-03-18 07:42:20 -0400 (Tue, 18 Mar 2008)
New Revision: 6896
Modified:
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2521
Modified:
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
===================================================================
---
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-03-18
11:28:45 UTC (rev 6895)
+++
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-03-18
11:42:20 UTC (rev 6896)
@@ -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>