You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Robert Wilkinson (JIRA)" <de...@myfaces.apache.org> on 2006/12/03 00:24:21 UTC

[jira] Created: (TOMAHAWK-812) Datascroller logs an error and a warning when the last page of the table has less rows than the rows attribute in the datatable

Datascroller logs an error and a warning when the last page of the table has less rows than the rows attribute in the datatable
-------------------------------------------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-812
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-812
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.3
         Environment: Wndows Xp Professional JDK 1.5 Tomcat 5.5.9
            Reporter: Robert Wilkinson


If the number of rows remaining ( or even intial ) rows is less than the number of rows expressed in the "rows" attribute of the datatable then the datascroller produces an error and a warning as follows.

310716 [http-8084-Processor20] ERROR org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase  - Row is not available. Rowindex = 3

310716 [http-8084-Processor20] WARN  org.apache.myfaces.shared_impl.renderkit.html.HtmlResponseWriterImpl  - HTML nesting warning on closing tbody: element tr rendered by component : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /member/atAGlance.jsp][Class: org.apache.myfaces.custom.layout.HtmlPanelLayout,Id: page][Class: javax.faces.component.UINamingContainer,Id: body][Class: javax.faces.component.html.HtmlForm,Id: variableForm][Class: org.apache.myfaces.component.html.ext.HtmlPanelGrid,Id: scrollerGrid][Class: org.apache.myfaces.component.html.ext.HtmlDataTable,Id: AtAGlanceDataTable]} not explicitly close

again everything seems to work Ok but the log would fill up with these messages in production

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira