facebook

Unable to use autocomplete in JSP with TLD

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210574 Reply

    underkin
    Member

    Hello,

    I’ve seem many questions about autocomplete and TLD’s. I’m facing the same issue.
    I’ve a custom tag lib and in the web.xml file I have the following:

    <taglib>
            <taglib-uri>xxx</taglib-uri>
            <taglib-location>/WEB-INF/taglib/taglib.tld</taglib-location>
        </taglib>

    In the jsp I have:

    <%@taglib uri="xxx" prefix="mytag"%>

    Before the taglib declaration in the JSP the autocomple works fine!. However, after the declaration it does not work.
    Also, the autocomplete does not work for the taglib itself (it does not suggest the available tags in the taglib)

    Any clues?
    Kind regards,

    #210583

    Riyad Kalla
    Member

    Are the classes that taglib.tld refer to in your classpath? What is the “xxx” part specifically?

    Can you explain what you mean by:

    Before the taglib declaration in the JSP the autocomple works fine!. However, after the declaration it does not work.
    Also, the autocomplete does not work for the taglib itself (it does not suggest the available tags in the taglib)

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Unable to use autocomplete in JSP with TLD

You must be logged in to post in the forum log in