Using Display Tag library

2011-07-11 Thread JavaNoobie87
, Vivek. -- View this message in context: http://struts.1045723.n5.nabble.com/Using-Display-Tag-library-tp4574481p4574481.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Using Display Tag library

2011-07-11 Thread Eric Lentz
> all samples of the displaytag library that I have come across , >involve storing the entire resultset from the query in the session Really? I use displaytag all the time through the equivalent of request scope. Just pass it a list in the same way you would use a Struts2 select list (http://str

Re: Using Display Tag library

2011-07-11 Thread JavaNoobie87
. Any ideas how I should go about modifying my code ? -- View this message in context: http://struts.1045723.n5.nabble.com/Using-Display-Tag-library-tp4574481p4574825.html Sent from the Struts - User mailing list archive at Nabble.com. --

[OT] Re: Using Display Tag library

2011-07-11 Thread Dave Newton
On Mon, Jul 11, 2011 at 8:34 AM, JavaNoobie87 wrote: > The thing is I'm  NOT using struts 2 here , just basic jsp,javabeans and > servlets .(Its a sort of demo project!). Well, this is a Struts mailing list. > As of now my DAO fetches the result according to this query How the data is retrieved