Re: DBtags ( accessing the Result Set returned from the DAO )

2002-10-09 Thread Poornima Shrihari
October 10, 2002 4:38 PM Subject: Re: DBtags ( accessing the Result Set returned from the DAO ) > So you got it to work? > > Stef > ----- Original Message - > From: "Poornima Shrihari" <[EMAIL PROTECTED]> > To: "Tag Libraries Users List" <[EMA

Re: DBtags ( accessing the Result Set returned from the DAO )

2002-10-09 Thread Poornima Shrihari
Stefan, dont bother, i found the answer myself as i read through the spec. thanks a lot... poornima - Original Message - From: "Poornima Shrihari" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 10,

Re: DBtags ( accessing the Result Set returned from the DAO )

2002-10-09 Thread Poornima Shrihari
a method that returns a > cached rowset. > > import : javax.servlet.jsp.jstl.sql.* > > > // Using static methods of the imported class. > > Result r = > ResultSupport.toResult(your_Method_that_Returns_a_cached_recordset); > pageContext.setAttribute("r", r); &g

DBtags ( accessing the Result Set returned from the DAO )

2002-10-09 Thread Poornima Shrihari
hi all, I have a query on dbtags tag library. I have an enterprise application where the DAO accesses the database and returns the ResultSet to the JSP ( via EJB ). How can I access this ResultSet directly in the JSP ( without using the sql:query tag ). Thanks, poornima