Re: Newbie problems with JDBC taglib

2001-03-21 Thread Glenn Nielsen
I saw several problems with the JDBC taglib and poolman 1.4.1. One was that PoolMan didn't promote smaller number fields to larger. If you did a getLong(), the field in the db had to be a 32 bit int. And I ran into one other bug in the JDBC example where iterating through a result set failed with

Re: Newbie problems with JDBC taglib

2001-03-21 Thread Ted Husted
Has anyone had any luck using the JDBC tags with poolman? < http://www.codestudio.com/ > I had some trouble when I tried, but I'm developing under Resin, and perhaps that was the problem. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-34

Re: Newbie problems with JDBC taglib

2001-03-21 Thread Ted Husted
Has anyone had any luck using the JDBC tags with poolman? < http://www.codestudio.com/ > I had some trouble when I tried, but I'm developing under Resin, and perhaps that was the problem. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-34

Re: Newbie problems with JDBC taglib

2001-03-20 Thread Morgan Delagrange
--- Morgan Delagrange <[EMAIL PROTECTED]> wrote: > > --- Steve Philp <[EMAIL PROTECTED]> wrote: > > [snip] > > > > When I execute that page under Resin 1.2.1 (IBM > JDK > > 1.3 on Linux) I get > > the following error: > > > > java.lang.NoSuchMethodError: > > javax.servlet.jsp.tagext.TagData: m

Re: Newbie problems with JDBC taglib

2001-03-20 Thread Morgan Delagrange
--- Steve Philp <[EMAIL PROTECTED]> wrote: > I'm having a problem using the JDBC taglib > (031701.tar.gz, but also > tried 031601.tar.gz) that I'm hoping someone can > help me out with... > > The page looks like: > > <%@ taglib > uri="http://jakarta.apache.org/taglibs/jdbc" > prefix="sql" %> >

Newbie problems with JDBC taglib

2001-03-17 Thread Steve Philp
I'm having a problem using the JDBC taglib (031701.tar.gz, but also tried 031601.tar.gz) that I'm hoping someone can help me out with... The page looks like: <%@ taglib uri="http://jakarta.apache.org/taglibs/jdbc" prefix="sql" %> Customer Name Available Reports