facebook

extend jsp modifier

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #221870 Reply

    JoeBlack
    Participant

    Hello
    All of our JSP pages, uses a super class (we are using the “extend” jsp
    modifier). In our first tests, we can see that MyEclipse can’t
    explorer the inherited methods form this super class. is this an
    configuration error or MyEclipse doesn’t support this feature?

    Thanks in advance

    #221936 Reply

    Greg
    Member

    Our JSP Editor should support this. To test, I created a MyJspPage.java class that implemented the HttpJspPage interface. Then I used the <%@page extends=”test.MyJspPage”%> directive on a new JSP file. The JSP Editor and validation seemed to work correctly. I was able to see all public members and methods of the MyJspPage class. I was also able to navigate to the inherited methods from the JSP editor to the Servlet class using the “Ctrl” modifier.

    Is there some other action that you were referring to, or are you not seeing the behavior that I just described.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: extend jsp modifier

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