On Fri, 12 Jul 2002, Leif Hanack wrote: > but do i need the jdbc jar even when i don't want to use the sql > taglibs?!
No - though there's no harm in having it there. :-) (The JDBC-extensions JAR is tiny, though. The XML-related support libraries are much larger, and you *can* safely get rid of those if you're not interested in XML. It's usually best to keep everything together, though, so you don't have to worry about using any of JSTL's features; you might decide something that you have no interest in now is interesting later.) -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com (coming in July 2002 from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>