« Return to Thread: DisplayTag in request scope. How?

DisplayTag in request scope. How?

by JavaNoobie :: Rate this Message:

| View in Thread

online
33 posts
       
Hi All,
Im developing a web app that performs the display of data in a tabular manner.
Im trying to  use the display tag library  to help me with the pagination and sorting of the data being presented . But , seem to have hit a roadblock here , all samples of the displaytag library that I have come across , involve storing the entire resultset from the query in the session, which is a huge performance  issue for me , Does anybody know how I could use the displaytag library using only the request scope? Or any other library that helps in pagination but uses only the request??

Many Thanks,
Vivek.

 « Return to Thread: DisplayTag in request scope. How?