facebook

JSP Includes [Closed]

💡
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. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #210287 Reply

    amgandhi
    Member

    Hi,
    I have recently downloaded MyEclipseIde and I am more than impressed with it, in past I have tried so many other plugins, but I can say myeclipseide is the best.

    Could you pls help to resolve some errors I am getting. I have a single jsp which includes 3-4 other jsps, now in included jsps I am getting errors for all those variables which are declared in main jsp.

    Pls advice if there is any setting so that I can get rid of errors.

    thanks in advance.

    #210290

    Riyad Kalla
    Member

    The general rule of thumb in developing JSP pages, is that if the page does not stand on its own as a complete page that can be compiled, then you should name the page with the extension “jspf” standing for JSP Fragment. This will tell MyEclipse to not to try and compile these incomplete pages, and instead will only compile the page they are included in.

    #210298

    amgandhi
    Member

    thanks for your response. Your solution works 😆

    #210312

    Riyad Kalla
    Member

    Great, I’m glad to hear it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSP Includes [Closed]

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