Dear gurus,
I have two web projects in myeclipse. Second one uses some jsp pages from the first one, here is example:
<%@ include file=”/html/portlet/ext/eures/enterprise_admin/init.jsp” %>
but file belongs to another project. I tried everything like ../../../ but nothing works. Is there any workaround or way to trick IDE to read the file.
I really need to get access to the init.jsp in above example, it sets many variables that are dependent and set in another project.
Please help.