Author: sergeyhalipov
Date: 2007-10-12 06:26:55 -0400 (Fri, 12 Oct 2007)
New Revision: 3338
Modified:
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1091
Modified: branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx
===================================================================
---
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx 2007-10-12
07:56:57 UTC (rev 3337)
+++
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlColumn.jspx 2007-10-12
10:26:55 UTC (rev 3338)
@@ -13,9 +13,10 @@
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/>
</td>
-</f:root>
\ No newline at end of file
+</f:root>