[jboss-user] [JBoss Seam] - <t:dataScroller, dynamic loading...
sherkan777
do-not-reply at jboss.com
Fri Nov 3 02:08:25 EST 2006
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
More information about the jboss-user
mailing list