facebook

Taglib not recognized by the IDE

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253712 Reply

    ndave
    Member

    Hi

    I created a web project & added JSF support to it.
    I am creating a JSP where i add following taglib definitions

    <%@ taglib uri=”myfaces_core.tld” prefix=”f” %>
    <%@ taglib uri=”myfaces_html.tld” prefix=”h” %>

    This 2 tlds r present in myfaces-impl-1.1.3.jar under META-INF directory.

    I am lost to why MyEclipse is not able to resolve it…..

    Am i doing something wrong?

    Thanks in advance

    Dave

    #253825

    Riyad Kalla
    Member

    Dave,
    Your URIs are not valid, read this: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10906.html

    Then change them to the appropriate URI (HINT: Expand your standard.jar file and go into the META-INF dir and open the respective tld files to find the default URI they use)

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Taglib not recognized by the IDE

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