Author: sergeyhalipov
Date: 2007-10-11 08:35:21 -0400 (Thu, 11 Oct 2007)
New Revision: 3326
Modified:
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1091
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx 2007-10-11
10:20:30 UTC (rev 3325)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx 2007-10-11
12:35:21 UTC (rev 3326)
@@ -13,7 +13,8 @@
component="org.richfaces.component.UIColumn"
<f:clientid var="clientId"/>
- <td class="#{this:styleClass(context,component)}"
+ <td id="#{clientId}"
+ class="#{this:styleClass(context,component)}"
x:passThruWithExclusions="value,name,type,id,class"
<vcp:body/>