0 Replies Latest reply on Aug 14, 2003 2:51 AM by saed

    taglib & jar file

    saed

      Do i need to put the taglib handlers and the TLD file in a jar file!. becuase JBOSS did not recognize my taglib but when i put it in a jar file everything is ok

      i put the following in the web.xml file:

      "
      <taglib-uri>taglib_1.tld</taglib-uri>
      <taglib-location>tlds/taglib_1.jar</taglib-location>
      "

      and now i am getting the following error:

      "500 No such tag example in the tag library imported with prefix csajsp"

      Althoug example tag is already defined is my TLD file which is in the JAR file

      so could anyone plz help me!!

      attached is my TLD file and the tag handler file.

      thanks in advance