0 Replies Latest reply on Dec 3, 2001 6:48 AM by christoph

    Taglibs problem

    christoph

      I have a problem using taglibs. I just tried to switch from the JBoss 2.4.1 - Tomcat 3.2 package to the JBoss 2.4.4 - Catalina. During deployment JBoss complains about the content of my web.xml (in the war file), which also describes my taglibs. The same thing works fine with JBoss 2.4.1 - Tomcat 3.2.

      If I comment out the block describing the taglibs, everything deploys fine, but then of course my jsp-pages using the tags defined there don't work (because they can not find the .tld).

      My question is: where do I have to put these taglib-descriptions (for instance:

      [pre]

      <taglib-uri>http://jakarta.apache.org/taglibs/datetime</taglib-uri>
      <taglib-location>/WEB-INF/datetime.tld</taglib-location>

      [pre]
      ) with the new JBoss 2.4.4 - Catalina bundle?

      Christoph