Author: sergeyhalipov
Date: 2007-11-09 08:36:35 -0500 (Fri, 09 Nov 2007)
New Revision: 3858
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-09
13:24:39 UTC (rev 3857)
+++
branches/3.1.x/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/link.jspx 2007-11-09
13:36:35 UTC (rev 3858)
@@ -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>