> 
> These packages all work the same: they take the entire result set, hold it
> in session memory, and page through it.
> 
Not necessarily. Poorly designed implementations may do so but it is quite
easy to avoid those sorts of problems.

We use displaytag in conjunction with iBatis and it was easy to avoid
holding large lists in the session scope.

Z.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to