facebook

JPS compile error using taglibs

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209315 Reply

    rparr123
    Member

    Hello,

    compiling my JSPs I get an error:

    ‘Kind Status Priority Description Resource In Folder Location
    Error could not load TLD for uri=html-gui.tld CardTabsMenu.jsp KPMWeb0.1/ear/webapp/jsp/app/common line 2

    The definition in the jsp is:
    <%@ taglib uri=”html-gui.tld” prefix=”gui” %>

    web.xml is:

    <taglib>
    <taglib-uri>html-gui.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/html-gui.tld</taglib-location>
    </taglib>

    Any idea?

    Kind regards,
    Ralf

    #209412 Reply

    Riyad Kalla
    Member

    Ralf,
    Can you change your taglib-uri to “html-gui” and then also in your JSP file, and see if that fixes it? I’m wondering if the JSP parser is taking the “html-gui.tld” uri literally and looking for a file by that name, instead of resolving with your mapped URI in the web.xml file.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JPS compile error using taglibs

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