You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2002/10/20 18:16:30 UTC

DO NOT REPLY [Bug 13794] - Unable to list the tag librairies in the custom tag library drop down

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13794

Unable to list the tag librairies in the custom tag library drop down





------- Additional Comments From francois.jallut@easybusiness.fr  2002-10-20 16:16 -------
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>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>