Sridhar Srilatha wrote: > > I have an application that pulls messages from a message queue and > displays the output to an HTML document. I would like to display the > output in a multiresult page format ( just similar to a search engine) e.g. > If I have 100 messages, I would like to display 10 messages per page . How > would I go about solving a problem like this? >
There has been a lot of discussion on this topic. Most of it has been about pagifying JDBC results, but the principals are the same. An archive search using a term like "paging" should turn up some of the discussion threads. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
