Carlos Bracho <[EMAIL PROTECTED]> writes: > > Hello > I am getting "Nothing found to display" when I click the next or last > link, also when I try to sort the list using the column title link. > <display:table name="requestScope.logs" width="99%" border="0" > cellpadding="5" cellspacing="2" pagesize="8" export="true" > class="log_table" sort="list"> > <display:column property="userName" title="User" sortable="true" /> > <display:column property="date" title="Timestamp" /> > <display:column property="activity" title="Activity" sortable="true" /> > <display:column property="result" title="Result" /> > </display:table> > The collection has 28 objects and the display tag reports: 28 items found, displaying 1 to 8. [First/Last] 1, 2, > 3, 4 [Next/Last] > regards-- ------------------------------------------------------------------ > Carlos J, Bracho
Try storing it in the session (use jstl tag ie on same page) and using sessionScope.logs instead of requestScope.logs. /S ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

