Author: sergeyhalipov
Date: 2007-10-16 12:55:01 -0400 (Tue, 16 Oct 2007)
New Revision: 3404
Modified:
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColgroup.jspx
Log:
Added clientId to columnGroup, similar to
http://jira.jboss.com/jira/browse/RF-1091
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColgroup.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColgroup.jspx 2007-10-16
16:50:33 UTC (rev 3403)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlColgroup.jspx 2007-10-16
16:55:01 UTC (rev 3404)
@@ -11,8 +11,8 @@
component="org.richfaces.component.UIColumnGroup"
<f:clientid var="clientId"/>
- <tr x:passThruWithExclusions="id"
- >
+ <tr id="#{clientId}"
+ x:passThruWithExclusions="id" >
<vcp:body />
</tr>
</f:root>
\ No newline at end of file