This works for my page.
See if adding in the other parameters kicks it into life.
Have you psoted this on the icefaces forum ( they were really helpful to us Seamies.. gone
a bit quiet now as hopefully they are getting a new release out for us :) )
| <ice:dataPaginator id="organisationsTablePaginatorComponentIcons"
| for="organisationsTableComponent"
| fastStep="10"
| pageCountVar="pageCount"
| pageIndexVar="pageIndex"
| paginator="true"
| paginatorMaxPages="9">
|
| <f:facet name="first" >
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-first.gif"
style="border:none;"/>
| </f:facet>
|
| <f:facet name="last">
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-last.gif" style="border:none;"
/>
| </f:facet>
|
| <f:facet name="previous">
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-previous.gif"
style="border:none;" />
| </f:facet>
|
| <f:facet name="next">
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-next.gif" style="border:none;"
/>
| </f:facet>
|
| <f:facet name="fastforward">
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-ff.gif" style="border:none;"
/>
| </f:facet>
|
| <f:facet name="fastrewind">
| <ice:graphicImage
url="./xmlhttp/css/xp/css-images/arrow-fr.gif" style="border:none;"
/>
| </f:facet>
|
| </ice:dataPaginator>
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016652#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...