Re: DisplayTag in request scope. How?
Hi,
Set the object in request scope in your action class or servlet or other server side component in request scope. And get that collection object (object holding your data) from request scope. In name attribute give that object's name. No need to get the object from session.
--raaja. g