|
From: Aaron Bartell
If you can figure out how to do it in JSF, then I can probably help doit in EGL, although I haven't tried it.
Here is how I do it with JSF. Pay particular attention to the firstResult
portion. Any idea how we could do this in EGL? BTW, I have 2hrs left on
my download of RAD_V7.
--userlist.jsp-- (note dataTable attributes value, rows, first):
<h:panelGroup>
<x:dataTable id="list1" styleClass="table" headerClass="table_header"
var="user"
value="#{UserCtl.userListDataModel}" preserveDataModel="true"
rowClasses="row1,row2"
rows="#{UserCtl.perPage}" first="#{UserCtl.firstResult}">
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.