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

Re: DisplayTag in request scope. How?

by Raaja G :: Rate this Message:

| View in Thread

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

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