facebook

Multiple JSP Folders

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

    Dave Finch
    Member

    Hi,

    I am part of a team developing an application that uses a lot of jsp fragments included using the include directive.
    Unfortunately the JSP files are split between two folders (common and module specific), these two folders are merged at build time.
    The MyEclipse JSP editor has no problem finding the included in the same folder but can’t find the fragments in the other folder. This results in errors being displayed and no resolution of taglibs defined in fragments in the other folder.
    Is there any way to configure MyEclipse so it knows about the other folder?

    Thanks in advance,

    Dave

    #235822

    Riyad Kalla
    Member

    Dave,
    MyEclipse would need to be aware of a folder that was above the two folders containg fragments as the WebRoot, from there it would need to be able to resolve the files. The JSP editor resolves a lot of information (paths, tags, etc.) from the location of the WebRoot folder.

    #235830

    Dave Finch
    Member

    THanks, but that would not work because the path in the include directive would still not relate to the other folder, unless MyEclipse guesses where to look???

    Dave

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Multiple JSP Folders

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