On Mon, 30 Apr 2001, Pier P. Fumagalli wrote:

> Wang, Pei at [EMAIL PROTECTED] wrote:
> 
> > To whom it may concern,
> > 
> > I have downloaded and trying the JDBC taglib, it is a good work. However I
> > have found a misspelling
> > in the code I downloaded. I believe the method name exceuteUpdate() of
> > StatementTag should be
> > executeUpdate() instead. It gave me some headache to figure out what went
> > wrong with my code.

Good catch.  Fixed.

> > Also, I wonder if the later version of JDBC Taglib will include support for
> > CallableStatement.

It's possible, but I don't know if/when I'll get to it myself, so it will
probably come from another contributor.  I don't know any reason not to
support it, but I figure that most JSPs won't contain enough business
logic to make CallableStatement critical.

It sounds like you're writing extensions to the tag library.  Are you
working on support for CallableStatement?

- Morgan

Reply via email to