[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

Re: Using Display Tag library

2011-07-11 Thread JavaNoobie87
Hey Eric, thanks for replying! The thing is I'm NOT using struts 2 here , just basic jsp,javabeans and servlets .(Its a sort of demo project!). As of now my DAO fetches the result according to this query if (con != null){ System.out.println("Connecte

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