Author: sergeyhalipov
Date: 2007-11-16 11:13:02 -0500 (Fri, 16 Nov 2007)
New Revision: 4044
Modified:
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1320
Modified: branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx
===================================================================
---
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx 2007-11-16
16:12:17 UTC (rev 4043)
+++
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx 2007-11-16
16:13:02 UTC (rev 4044)
@@ -16,7 +16,7 @@
id="#{clientId}"
name="#{clientId}"
type="#{component.attributes['type']}"
- x:passThruWithExclusions="value,name,onclick,type,href,id"
+ x:passThruWithExclusions="value,name,onclick,type,href,id,class,styleClass"
onclick="#{this:getOnClick(context,component)}"
href="#"
class="#{component.attributes['styleClass']}"
@@ -27,4 +27,4 @@
</vcp:body>
</a>
-</f:root>
\ No newline at end of file
+</f:root>