Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces. All platforms
-
Workaround Exists:Yes
-
Workaround Description:Change the renderer-type field in the faces-config.xml file distributed with icefaces, and rebuild the icefaces-comps.jar file.
Description
The <renderer-type> field for the RowSelectorFamily component family is wrong.
It was: <renderer-type>com.icesoft.faces.RowSelectorRenderer</renderer-type>
should be: <renderer-type>com.icesoft.faces.component.ext.renderkit.RowSelectorRenderer</renderer-type>
This will cause repeated messages with the following form when a table with rows is rendered
2007-03-02 15:14:36,484 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/tableRowTestcase]] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /home.xhtml][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id1][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id8][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id17][Class: com.icesoft.faces.component.ext.HtmlForm,Id: helo][Class: com.icesoft.faces.component.ext.HtmlDataTable,Id: _id46][Class: javax.faces.component.UIColumn,Id: pierwsza][Class: com.icesoft.faces.component.ext.RowSelector,Id: _id47]} (component-family=com.icesoft.faces.RowSelectorFamily, renderer-type=com.icesoft.faces.component.ext.renderkit.RowSelectorRenderer)
It was: <renderer-type>com.icesoft.faces.RowSelectorRenderer</renderer-type>
should be: <renderer-type>com.icesoft.faces.component.ext.renderkit.RowSelectorRenderer</renderer-type>
This will cause repeated messages with the following form when a table with rows is rendered
2007-03-02 15:14:36,484 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/tableRowTestcase]] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /home.xhtml][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id1][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id8][Class: com.icesoft.faces.component.UIXhtmlComponent,Id: _id17][Class: com.icesoft.faces.component.ext.HtmlForm,Id: helo][Class: com.icesoft.faces.component.ext.HtmlDataTable,Id: _id46][Class: javax.faces.component.UIColumn,Id: pierwsza][Class: com.icesoft.faces.component.ext.RowSelector,Id: _id47]} (component-family=com.icesoft.faces.RowSelectorFamily, renderer-type=com.icesoft.faces.component.ext.renderkit.RowSelectorRenderer)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion