[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

tony.herstell@gmail.com do-not-reply at jboss.com
Wed Feb 14 16:31:20 EST 2007


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#4016652

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016652



More information about the jboss-user mailing list