facebook

object cannot be resolved

💡
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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #267848 Reply

    jadeite1000
    Member

    Hi:

    I am using MyEclipse 5.1.1.

    In the jsp page, the jsp expression gives me an error for ic object.
    Error message is:

    ic cannot be resolved.
    <%
    Boolean prevVisibleObj = (Boolean)ic.getAttribute(Constrain.PAGE_CLAIM_HISTORY_VIEW+Constrain.CONTROL_PREV_BUTTON_ENABLED);
    %>

    I don’t know why object in the jsp cannot be resolved.
    I already included the following imports:
    <%@ include file=”/jsp/common/page_imports.jsp” %>
    <%@ include file=”/jsp/common/taglib_imports.jsp” %>

    Please note, there is no problem with I did the build in dos-prompt using ant.
    It ‘s just that MyEclipse cannot resolve the ic object even if it exists in the page_imports.jsp page.

    Yours,

    Frustrated.

    #267862

    Scott Anderson
    Participant

    Sorry that you’re seeing this and are getting frustrated but it could be any number of configuration items causing the problem. If you can create a very small sample project that exhibits the error, archive it, then email it to support at myeclipseide.com along with the URL of this thread we’ll be glad to look at it and tell you exactly what’s causing the problem so you can correct it locally.

    #268372

    userzed
    Member

    Did this problem get resolved?
    I am debugging a similar error message. Moreover, I am new to JSP/Struts and MyEclipse!

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: object cannot be resolved

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