Chris Pratt wrote: > We have a situation where we need to display a potentially large table > without knowing precisely how many items are in the list. On each > page, we know whether it's the first or last page, but until we get to > the last page we're in the dark. > > Is there a way to use DisplayTag in this scenario? >
I believe so. You need to alter the paging.banner.full, paging.banner.first and paging.banner.last properties to remove the page number list and the first/last navgation links. Before you hit the last page you always return a number larger than the records currently displayed so that the next link is active. Then when you hit the last page you return the correct value for the full list size and the next link will be disabled. Ed! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user