Author: ilya_shaikovsky
Date: 2007-11-23 12:14:48 -0500 (Fri, 23 Nov 2007)
New Revision: 4233
Modified:
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1421
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-11-23
17:02:50 UTC (rev 4232)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-11-23
17:14:48 UTC (rev 4233)
@@ -17,10 +17,10 @@
<f:clientid var="clientId"/>
<table id="#{clientId}"
class="dr-table rich-table #{component.attributes['styleClass']}"
style="#{component.attributes['style']}"
- x:passThruWithExclusions="value,name,type,class,id,style">
+ >
<f:call name="utils.encodePassThruWithExclusions">
- <f:parameter value="value,name,type,id,class,rows" />
+ <f:parameter value="value,name,type,id,class,rows,style" />
</f:call>
<f:call name="encodeTableStructure"/>
<tbody>