Re: dbtags and tomcat 4.1

2003-09-08 Thread Mickael Cappozzo
Hello, Thank you for your replies. I will have a look to Struts later, I think it is too late for this project. Furthermore, I got a solution to my problem, and the solution was to set the parameter enablePooling to false in my config file. But I still have a problem: we followed the steps in

Re: dbtags and tomcat 4.1

2003-09-04 Thread Kwok Peng Tuck
If you poke around in the mailling list for the taglib project you will find a mail or two about this, if I remember correctly had something to do with the tag not confrming to the taglib specification that tomcat provides. You could use jstl instead, but from my experience SQL in the jsp is

Re: dbtags and tomcat 4.1

2003-09-04 Thread Nikola Milutinovic
You could use jstl instead, but from my experience SQL in the jsp is more trouble then it is worth and causes imense headaches when you want to do something complicated. Just a suggestion but it could be a good time for you to have a look at migrating to Struts or some other framework

dbtags and tomcat 4.1

2003-09-04 Thread Mickael Cappozzo
Hello, We wanted to migrate from tomcat 4.0 to tomcat 4.1.24, but we encoutered the following problem: When a query return nothing, the query's body is displayed on the JSP page if the page contains another query returning something. example: In the table Users, we don't have user with