facebook

Unknown Tag html:html [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223425 Reply

    mstrong4867
    Member

    Created a new MyEclipse Web Project with JSTL 1.0 support. Added Struts 1.1 support as well.

    Created a new Struts 1.1 MyJsp.jsp file w/o a form from the MyEclipse right-menu’s new JSP wizard. I had it generate the jsp in the WebRoot folder.

    The taglib tags have yellow warning indicators on the left hand side indicating an inability to resolve the tag.

    Ex: Unknown Tag html:html

    The jars and tlds and everything seem to all be there.

    Please advise.

    Mike

    #223441 Reply

    Riyad Kalla
    Member

    Mike,
    They not only need to be in the right dir, but they need to be on your Build Path… if you have turned off the “automatically mount JARs in WEB-INF/lib” setting in MyEclipse (or it got switched off somehow) then just go to your Project Properties > Java Build Path > Libraries > Add JAR, and be sure to add all the JARs from your WebRoot/WEB-INF/lib dir. The TLD’s will resolve because they are in the struts.jar file, so you don’t need them in the WEB-INF folder unless you plan on remapping their URIs to something more friendly.

    If you have no idea what I just said about URIs, read this: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-31.html#251

    #223467 Reply

    mstrong4867
    Member

    Thank you!

    #223479 Reply

    Riyad Kalla
    Member

    No problem, that’s what we do.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Unknown Tag html:html [Closed]

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