DB taglibs

2001-10-22 Thread Amitkumar J Malhotra
Is anyone using DBTaglibs,please could some one tell me as to how do I install it in tomcat 3.2.1, I have already followed the instructions given in the tutorial but it has given me errors. as show below apache.jasper.compiler.CompileException: D:\jakarta-tomcat-3.2.1\jakarta-tomcat-3.2.1\webapps

XLSTC with Xtags

2001-10-22 Thread Malay Desai
Hi, I am using xtags style and param tags for basic XSLT. I have been looking at ways for improving performance. Is it possible to do XSLTC and run a translet for these xtags instead of doing the basic transformation? Thanks. --Malay. __ Do You

i18n:ifdef/ifndef

2001-10-22 Thread Tim Dawson
Is anybody using i18n:ifdef or i18n:ifndef? If so, please drop me a note... I'd like to hear some of the use cases. If I don't hear anything, then that's valuable too. :-) Thanks, Tim

Is there a TextTagLib without a bean

2001-10-22 Thread Gopalakrishnan Ramanujam
Hi, I am using the Taglib to generate the HTML content for my page. I cannot have a JSP and bean because all my contents are dynamic in nature. For this reason I am calling the Taglib directly from a servlet to generate the HTML(I am using the Taglib to have a common look across all the apps u

RE: DBtaglibs problem connecting via JNDI

2001-10-22 Thread Mader, Steve
Title: RE: DBtaglibs problem connecting via JNDI I had this same issue with JRun 3.1.  I wrote my own connection tag to get around this issue and figured it would be worked out in the final version of DBTags.     Steve -Original Message-From: Don Coleman [mailto:[EMAIL PROTECTE

RE: DBtaglibs problem connecting via JNDI

2001-10-22 Thread Don Coleman
Title: RE: DBtaglibs problem connecting via JNDI I'd expect that you have a problem with your connection pool.  Try testing it outside of the tag library.  Make sure that the name you look up exists.  Check if the DataSource is null.  Check if the connection returned from the datasource is nul

xsl taglibray set current working dir to centext path beforecalling process

2001-10-22 Thread Stefan Kost
hi xsl-developers, I've made a patch to /xsl/src//src/org/apache/taglibs/xsl/ApplyTag.java from the snapshot 2001-Oct-16. It's purpose is to set the "user.dir" property to the root-directory of the servlet (or jsp-webapp). This allows to specify context relative path expressions inside stylesheet