On Fri, 10 May 2002, Soefara Redzuan wrote: > I'm confused here. I went to the Apache Jakarta projects site to get the > JSTL and it includes DBTags.
No, that's not correct. Not every project under Jakarta Taglibs is standard; in fact, most aren't. The "Standard Taglib" is the reference implementation for JSTL; the other libraries, such as DBTags, are local offerings. > I couldn't find any other database support taglib in the JSTL that I > downloaded from there. Which standard database support library are > you referring to ? JSTL (implemented as the "Standard Taglib") has a tag library dedicated to SQL processing. See http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html to download the JSTL reference implementation. -- Shawn Bayern "JSP Standard Tag Library" http://www.jstlbook.com (coming this summer from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
