hi
i get back filled table with many values, but i can not navigate with
navigation-button (they are not linked).
Only naviagtion with table-page-numbers (between buttons) is possible.
<t:dataScroller id="dts1" for="al3" fastStep="10" pageCountVar="pageCount"
pageIndexVar="pageIndex"
styleClass="scroller" paginator="true" paginatorMaxPages="9"
paginatorTableClass="paginator"
paginatorActiveColumnStyle="font-weight:bold;"
rendered="#{inputParams.renderedinfo}">
<f:facet name="first">
<t:graphicImage url="/resources/bilder/arrow-first.gif" border="1" />
</f:facet>
<f:facet name="last">
<t:graphicImage url="/resources/bilder/arrow-last.gif" border="1" />
</f:facet>
<f:facet name="previous">
<t:graphicImage url="/resources/bilder/arrow-previous.gif" border="1" />
</f:facet>
<f:facet name="next">
<t:graphicImage url="/resources/bilder/arrow-next.gif" border="1" />
</f:facet>
<f:facet name="fastforward">
<t:graphicImage url="/resources/bilder/arrow-ff.gif" border="1" />
</f:facet>
<f:facet name="fastrewind">
<t:graphicImage url="/resources/bilder/arrow-fr.gif" border="1" />
</f:facet>
</t:dataScroller>
best regards
mathias °ö°
--
View this message in context:
http://www.nabble.com/dataScroller-problem-with-navigation-button-tf3715984.html#a10395061
Sent from the MyFaces - Users mailing list archive at Nabble.com.