I'm trying to render a dataScroller only when the number of rows of the table are greater than rows exibited on a page.
I tried this : rendered="#{((rowsCount>displayedRowsCountVar)
? true : false)}" , but the dataScroller is not displayed, despite the
number of rows.
...................
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
...................
<t:dataScroller id="scroll_1"
for="">
fastStep="3"
pageCountVar="pageCount"
pageIndexVar="pageIndex"
rowsCountVar="rowsCount"
styleClass="scroller"
displayedRowsCountVar="displayedRowsCountVar"
firstRowIndexVar="firstRowIndex"
lastRowIndexVar="lastRowIndex"
pageCountVar="pageCount"
paginator="true"
paginatorMaxPages="6"
paginatorTableClass="paginator"
rendered="#{((rowsCount>displayedRowsCountVar) ? true :
false)}"
paginatorActiveColumnStyle="font-weight:bold;">
......................
- dataScroller Vladimir Coutinho
- RE: dataScroller Miller, John
- RE: dataScroller Tom Butler
- RE: dataScroller Tom Butler
- MYFACES-27 JSCOOKMENU Igor Marakov
- Re: MYFACES-27 JSCOOKMENU Bruno Aranda
- RE: dataScroller Miller, John

