[ANNOUNCE] JDBC tag library released

2001-03-16 Thread Morgan Delagrange
Taglibs is proud to announce the release of the JDBC tag library! For full details, visit the site: http://jakarta.apache.org/taglibs/doc/jdbc-doc/intro.html The JDBC tag library is designed for reading from and writing to databases. Features include: - Seamless support for multiple databas

[ANNOUNCE] JDBC tag library released

2001-03-16 Thread Morgan Delagrange
Taglibs is proud to announce the release of the JDBC tag library! For full details, visit the site: http://jakarta.apache.org/taglibs/doc/jdbc-doc/intro.html The JDBC tag library is designed for reading from and writing to databases. Features include: - Seamless support for multiple datab

bummer

2001-03-16 Thread Torgeir Veimo
pageContext.setAttribute("id", value); ahem.. -- - Torgeir

using self created Context with jndi taglib

2001-03-16 Thread Torgeir Veimo
I'm trying to use the jndi taglib with a context that comes from my own context pool. The code is included below. But I guess that the context needs to be references in the PageContext in order to be found by the tag? Is there an easy way to do this? I plan to create a tag that fetches a context