[ http://issues.apache.org/jira/browse/TOMAHAWK-467?page=comments#action_12421592 ] Michael Heinen commented on TOMAHAWK-467: -----------------------------------------
Have a look at the generated HTML: In this case an open open tr tag is rendered but it is not closed. <tr class="row-even"></tbody></table> This is really annoying because I use a lot of Javascript inside the datatables and now I get script errors and my pages are not submitable. > SEVERE: Row is not available. Rowindex = 4 > ------------------------------------------ > > Key: TOMAHAWK-467 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-467 > Project: MyFaces Tomahawk > Issue Type: Bug > Components: Extended Datatable > Affects Versions: 1.1.3-SNAPSHOT, 1.1.4-SNAPSHOT > Reporter: Julian Ray > > Jun 3, 2006 6:57:57 AM > org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase > encodeInnerHtml > SEVERE: Row is not available. Rowindex = 4 > The following message has started to show up in logs. Is consistent across > all JSPs which use extended datatable. Always references the nth row where n > is the number of rows returned from the backing bean. All n rows are > displayed. -- 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
