我有如下的datascroller
<rich:dataScroller for="productsList" id="scroller" maxPages="10">
<f:facet name="next">
<h:outputText value="fist page" />
</f:facet>
<f:facet name="previous">
<h:outputText value="last page" />
</f:facet>
</rich:dataScroller>
我想删除firstPage(>>>>)和lastPage (<<<<)按钮。我该怎么做呢?
fastControls="hide" boundaryControls="hide"
应该这样做:)