Bug 13794

Summary: Unable to list the tag librairies in the custom tag library drop down
Product: Taglibs Reporter: Fran <francois.jallut>
Component: Ultradev 4 CTLXAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED LATER    
Severity: blocker    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Fran 2002-10-20 16:14:31 UTC
1) Install CTLX extension and TLDParser as described in installation doc.
2) Copy the three TLDs librairies provided in the bundle (struts.tls, struts-
logic.tld, struts-bean.tld)in the TLDParser\WEB-INF\tlds directory.
3) From DreamWeaver MX, click Windows-Use Custom Tags.
2) Try to select one of the three librairies

=> error from tomcat server
Comment 1 Fran 2002-10-20 16:16:29 UTC
I have found a solution :

   - Modify the web.xml file and add the following elements :

....
    <servlet-mapping>
      <servlet-name>TLDParser</servlet-name>
      <url-pattern>/servlet/TLDParser</url-pattern>
    </servlet-mapping>
Comment 2 Henri Yandell 2009-11-29 19:43:09 UTC
Resolving. Taglib has been retired.