facebook

Does JSP editor recognize variables from an included jsp?

💡
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
  • #246824 Reply

    plsone1
    Member

    I have used IntelliJ for many years and this is not an issue….

    Here is the issue. I have a (parent) JSP that is importing certain classes and defining certain scriplet variables that all other child JSP’s will use so they dont have to re-define/re-create them. All child JSP’s define this at the top:

    <%@ include file="/apps/edmunds/components/global/global.jsp" %>

    So that these variables and class imports are availble to the child. Everything works correctly at runtime and even when I do a “build project” on my MyEclipse Web Project, but MyEclipse JSP editor does not recognize these variables (for code completion) and does not recognize the page imports that the parent JSP has already made so many variables using these classes are marked as errors.

    Does MyEclipse support this kind of JSP functionality? If it doesn’t I am seriously dissapointed! Hopefully I am just doing something incorrectly?

    #246825

    plsone1
    Member

    Also I am running Version 4.1.0 GA
    Build ID: 20060122-4.1-GA

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Does JSP editor recognize variables from an included jsp?

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