Author: sergeyhalipov
Date: 2007-10-03 12:32:35 -0400 (Wed, 03 Oct 2007)
New Revision: 3232
Modified:
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1033
Modified: branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
===================================================================
---
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-03
16:09:48 UTC (rev 3231)
+++
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-03
16:32:35 UTC (rev 3232)
@@ -15,8 +15,10 @@
<f:clientid var="clientId"/>
<table id="#{clientId}"
class="dr-table rich-table #{component.attributes['styleClass']}"
- x:passThruWithExclusions="value,name,type,id,class"
+ <f:call
name="utils.encodePassThruWithExclusions">
+ <f:parameter value="value,name,type,id,class" />
+ </f:call>
<f:call name="encodeCaption" />
<colgroup span="#{component.attributes['columns']}">
</colgroup>
Modified: branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
===================================================================
---
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-10-03
16:09:48 UTC (rev 3231)
+++
branches/3.1.x/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-10-03
16:32:35 UTC (rev 3232)
@@ -17,9 +17,10 @@
<f:clientid var="clientId"/>
<table id="#{clientId}"
class="dr-table rich-table #{component.attributes['styleClass']}"
- bgcolor="#{component.attributes['bgcolor']}"
- x:passThruWithExclusions="value,name,type,id,class"
- >
+ >
+ <f:call name="utils.encodePassThruWithExclusions">
+ <f:parameter value="value,name,type,id,class" />
+ </f:call>
<f:call name="encodeTableStructure"/>
<tbody>
<vcp:body>