facebook

MyEclipse can’t find tag

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240612 Reply

    czy11421
    Member

    I bought the MyEclipse 3.8. Now I am trying it. I have a web application which works in Orion. But when I use it with MyEclipse, it has some problem.

    for example

    
    <%@ taglib prefix="portlet" uri="/WEB-INF/tld/liferay-portlet.tld" %>
    <%@ taglib prefix="liferay" uri="/WEB-INF/tld/liferay-util.tld" %>
    
    
    <liferay:box top="/html/common/box_top.jsp"
        bottom="/html/common/box_bottom.jsp">    
        <liferay:param name="box_width" value="<%= 1 %>" />
    </liferay:box>
    

    1. it can’t find tag , but I am sure I have that tld file in /WEB-INF/tld. Why ?

    2. What is meaning of yellow underline under jsp coding ?

    3. I need to import class , how could I put jar library into classpath that MyEclipse know ?

    Thanks.

    #240637 Reply

    Riyad Kalla
    Member

    1. Please read this: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-31.html#251

    The URI is not a location of your TLD, the FAQ above will clarify what it is.

    2. It is intended to show a warning.

    3. Right click on your project root, go to Properties, then Java Build Path, and then the Libraries tab. Click Add. Now you can use autocomplete in the JSP page to automatically add it to the imports.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse can’t find tag

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