You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Jin Choi <js...@OrangeImagineering.com> on 2002/04/01 09:17:50 UTC

patch for standard taglib, QueryTagSupport and UpdateTagSupport, allows use within transaction tag w/ "transparent collaboration" datasource

I am using the Standard Taglib sql tags. In the latest build, the query
and update tags cannot be used within a transaction tag when using what
the JSTL spec refers to as "transparent collaboration", that is,
specifying a magic server context attribute that stores a DataSource. I
believe that this case just wasn't handled in the code. These two
patches should make them work properly.