Author: vbaranov
Date: 2008-04-24 09:33:12 -0400 (Thu, 24 Apr 2008)
New Revision: 8126
Modified:
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
Log:
http://jira.jboss.com/jira/browse/RF-3202
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-04-24
13:31:48 UTC (rev 8125)
+++
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-04-24
13:33:12 UTC (rev 8126)
@@ -40,7 +40,7 @@
name="#{clientId}"
value=""
x:value="#{this:getValue(component)}"
- x:passThruWithExclusions="value,name,onclick,type,id"
+ x:passThruWithExclusions="value,name,onclick,type,id,class"
onclick="#{this:getOnClick(context,component)}"
class="#{component.attributes['styleClass']}"