[ http://issues.apache.org/jira/browse/TOMAHAWK-495?page=comments#action_12416308 ]
Guy Coleman commented on TOMAHAWK-495: -------------------------------------- Is NOT present. I guess I should go back to bed.. > Datascroller renders empty table if no child facets are presemt > --------------------------------------------------------------- > > Key: TOMAHAWK-495 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-495 > Project: MyFaces Tomahawk > Type: Bug > Components: Data Scroller > Versions: 1.1.3 > Environment: Tomahawk and Sun JSF RI 1.1_2 > Reporter: Guy Coleman > Priority: Minor > Fix For: 1.1.4-SNAPSHOT > > The datascroller always renders an empty table even if none of the pager > facets are present. For example > <t:dataScroller for="searchResultsTable" paginator="false" > rowsCountVar="rowsCount" > firstRowIndexVar="firstRowIndex" > lastRowIndexVar="lastRowIndex" > styleClass="pager-part"> > <h:outputText value="Some Text"></h:outputText> > </t:dataScroller> > This JSF produces the following HTML: > Some Text<table class="pager-part"><tr></tr></table> > The empty table is not required. -- 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
