Author: sergeyhalipov
Date: 2007-10-02 14:05:21 -0400 (Tue, 02 Oct 2007)
New Revision: 3202
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1033
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
===================================================================
---
trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2007-10-02
17:09:50 UTC (rev 3201)
+++
trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2007-10-02
18:05:21 UTC (rev 3202)
@@ -197,7 +197,7 @@
"frame", "border", "cellspacing",
"cellpadding", "summary",
"bgcolor", "usemap", "enctype",
"accept-charset", "accept",
"target", "charset", "coords", "hreflang",
"rel", "rev",
- "shape", "disabled", "readonly", "ismap"
+ "shape", "disabled", "readonly", "ismap",
"align"
};
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-02
17:09:50 UTC (rev 3201)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-02
18:05:21 UTC (rev 3202)
@@ -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: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-10-02
17:09:50 UTC (rev 3201)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2007-10-02
18:05:21 UTC (rev 3202)
@@ -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>