dbTags

2001-11-14 Thread Dinesh, S.
Hi all, I am developing a small application using dbTags. I would like to fetch 20 records per page at a time, and allow the user to click on a next and previous buttons, as well as the page number index, how can I go about this? At the moment, I have set the loop to false, and I iterate manuall

Re: web.xml problems

2001-11-14 Thread Rajesh Kalluri
Hi, web.xml expects elements in a certain order, put you before . rajesh [EMAIL PROTECTED] From: "Ingmar Stein" <[EMAIL PROTECTED]> Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: web.xml problems Date: Wed, 14 Nov 2001 22:47:09 +0100 Hi all, wha

XTAGS space amp; space problem

2001-11-14 Thread Moore, Howard
Greetings, Anyone notice XTAGS parses an ampersand in a URL then seems to put a space on either side of it? Behavior seems to happen if amp; or & is used. output example: http://server/dosomething.jsp?name=bubba & id=47 The SPACE before and after

Re: web.xml problems

2001-11-14 Thread martin . cooper
The error message tells you exactly what's wrong with it! The entry must come after the entry. You can see this by reading the error message you got, which lists exactly what the web.xml file can contain, and in what order. -- Martin Cooper - Original Message - From: "Ingmar Stein" <

Re: web.xml problems

2001-11-14 Thread Nick Pellow
Ingmar , Well, the taglib uri you have is not correct: http://jakarta.apache.org/taglibs/dbtags This should be the uri your jsps will reference when defining a taglib. Not the jakarta taglibs home page! Hope this helps, Nick - Original Message - From: "Ingmar Stein" <[EMAIL PROTECTED]>

web.xml problems

2001-11-14 Thread Ingmar Stein
Hi all, what is the problem with the following file? http://java.sun.com/dtd/web-app_2_3.dtd";> xfiles The xfiles http://jakarta.apache.org/taglibs/dbtags /WEB-INF/dbtags.tld db_url

Taglibs with attributes using iPlanet

2001-11-14 Thread Yoli
Hi all. I am trying to develop taglibs using iPlanet. The problem is the following: Although i can execute taglibs without attributes correctly when trying to execute one with attributes i have the following sequence of errors: [14/nov/2001:13:19:57] info ( 353): Internal Info: loading servlet /

connectionPool running out when using DBTAGs

2001-11-14 Thread Stefan Frank
Hi, we are using dbtags on our site, most of the time just doing rather simple selects: we have setup dbtags with a datasource, which in turn uses a connection-Pool (under weblogic-server6.1 on solaris, oracle as Database) - although we are always closing the connection, after about two days, the