Author: sergeyhalipov
Date: 2007-11-09 07:06:25 -0500 (Fri, 09 Nov 2007)
New Revision: 3850
Modified:
trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1320
Modified: trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx
===================================================================
--- trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx 2007-11-09
11:55:40 UTC (rev 3849)
+++ trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx 2007-11-09
12:06:25 UTC (rev 3850)
@@ -18,7 +18,8 @@
type="#{component.attributes['type']}"
x:passThruWithExclusions="value,name,onclick,type,href,id"
onclick="#{this:getOnClick(context,component)}"
- href="#"
+ href="#"
+ class="#{component.attributes['styleClass']}"
#{this:getValue(component)}
<vcp:body>