RE: How to split results over multiple pages with DBtags ?

2002-05-06 Thread Modha Kumar
use http://jsptags.com/tags/navigation/pager/ -Original Message- From: Soefara Redzuan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:34 PM To: [EMAIL PROTECTED] Subject: Re: How to split results over multiple pages with DBtags ? >From: peter lin <[EMAIL PROTECTED]> > >The

RE: [Question]Does DBtag support Transction?

2002-02-04 Thread Modha Kumar
Hi I had the same question, could not find answer. Take a look at http://www.thejspbook.com Hans Bergsten has a ora library which does all the things dbtags can do(opinions may differ) plus support of transactions, source code available and very simple to understand. Hope this helps -Origin

RE: NullPointerException Error

2002-01-30 Thread Modha Kumar
You are getting positions 2,3,4 my first guess would be to check if they are correct. -Original Message- From: Zvolensky, Thomas J {PDBI~Nutley} [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 11:05 AM To: '[EMAIL PROTECTED]' Subject: NullPointerException Error Hi, I'm a JSP

RE: DB connection pooling

2002-01-25 Thread Modha Kumar
connection pooling possible with tag. register your pool with JNDI and use it with that name. -Original Message- From: Bhupinder Dhillon [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:51 PM To: Tag Libraries Users List Subject: DB connection pooling I just started to inves

DBtags Connection Pool Transactions

2002-01-22 Thread Modha Kumar
Hi All I recently started working with DBTags and I have a few questions. How do I associate a connection pool with dbtags. I want 3-4 insert statements for a task I want all the three to be inserted and commited or none of them throwing an exception. How can this transaction handling be done