Hi!
I have <t:dataScroller on my web, and I want to load data dynamic, from DB.
How can I connect my method loadData() {...} to those component "first" button?
<f:facet name="first">
        <h:graphicImage value="/images/arrow-first.gif" style="border: none;" />
</f:facet>

anonymous wrote : 
  | <t:dataScroller id="questionsScroller"
  |                             for="questionsTable"
  |                             fastStep="10"
  |                             pageCountVar="pageCount"
  |                             pageIndexVar="pageIndex"
  |                             style="border: none;"
  |                             paginator="true"
  |                             paginatorMaxPages="5"
  |                             paginatorTableClass="paginator"
  |                             paginatorActiveColumnStyle="font-weight:bold; 
border:none;">
  |     <f:facet name="first">
  |         <h:graphicImage value="/images/arrow-first.gif" style="border: 
none;" />
  |     </f:facet>



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982867#3982867

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982867
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to