Bug 13794 - Unable to list the tag librairies in the custom tag library drop down
Summary: Unable to list the tag librairies in the custom tag library drop down
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Ultradev 4 CTLX (show other bugs)
Version: 1.0
Hardware: PC All
: P3 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-20 16:14 UTC by Fran
Modified: 2009-11-29 19:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.