Posted By:
Anonymous
Posted On:
Tuesday, June 11, 2002 02:07 AM
Hi! I'm using IntelliJ IDEA 2.6 Build #551 from May 23, 2002. Our web application contains JSP files and Java sources in the folder C:myprojectcode so i mounted this folder as a source path. IDEA finds all classes as expected and offers code completion and everything for Java sources - great! But for JSP files, we have the following problem: C:myprojectcodeJSPsubfolderfile1.jsp contains a JSP include of "/JSP/include.jsp" as follows: <%@ include file="/JSP/include.jsp" %> We maintain important project-wide definitions in the file c:myprojectcodeJSPinclude.jsp so we have to include it in all JSP files. Since the included file is not found
More>>
Hi!
I'm using IntelliJ IDEA 2.6 Build #551 from May 23, 2002.
Our web application contains JSP files and Java sources in the folder
C:myprojectcode
so i mounted this folder as a source path.
IDEA finds all classes as expected and offers code completion and everything for Java sources - great!
But for JSP files, we have the following problem:
C:myprojectcodeJSPsubfolderfile1.jsp
contains a JSP include of "/JSP/include.jsp" as follows:
<%@ include file="/JSP/include.jsp" %>
We maintain important project-wide definitions in the file
c:myprojectcodeJSPinclude.jsp
so we have to include it in all JSP files.
Since the included file is not found, we have lots of parse errors in all our JSP files although the application is runnig perfectly in Tomcat, i.e. that all JSP files can be compiled correctly.
Any help is appreciated!
<<Less