Author: vbaranov
Date: 2008-04-24 09:20:52 -0400 (Thu, 24 Apr 2008)
New Revision: 8121
Modified:
trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx
Log:
http://jira.jboss.com/jira/browse/RF-3202
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-04-24
13:15:49 UTC (rev 8120)
+++ trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/button.jspx 2008-04-24
13:20:52 UTC (rev 8121)
@@ -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']}"