Néstor Boscán wrote:
The problem is that I have to minimize the use of object in session scope to minimize session replication. Is there any way to do this in request scope?
Right.. as I said you can use Request scope just fine. You just have to make sure in the reset method to either use a LazyList to wrap your Collections or somehow figure out what size to make to your collection. (I like LazyLists).
-- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]