facebook

[Closed] Hyperlink style navigation in JSP, XML

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

    neosha
    Member

    Hyperlink navigation style in JSP and XML is still bad (since early versions of MyEclipse).
    Please, fix this problem.

    Small example:


    <%!
    class ThisPage
    {
    public ThisPage()
    {
    }
    %>

    <%
    ThisPage thePage = new ThisPage(); //Here navigation doesn’t work!!!
    %>

    #261090 Reply

    Riyad Kalla
    Member

    The problem is the JSP editor doesn’t have very strong knowledge of the <%! notation… we are working to improve that, in the mean time I would encourage to not embed classes inside your JSP pages just for maintainability reasons, but I can understand that it may be easier for your team to do so. Sorry for the trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] Hyperlink style navigation in JSP, XML

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