JSP include from other project - false error [message #1003359] |
Sun, 20 January 2013 22:17  |
Eclipse User |
|
|
|
Hi,
I use Indigo Service Release 2. I have a Servlet 3.0 Dynamic Web Project (1) and a Web Fragment Project (2). I've linked the 2nd project from the 1st (Project properties / Deployment Assembly and Java Build Path). In the 1st project I include a JSP from the 2nd: <jsp:include page="/xyz.jsp"/> where xzy.jsp is in the 2nd project under src/META-INF/resources.
Eclipse signals an error:
"Fragment "/xyz.jsp" was not found at expected path"
although when I deploy and run the Webapp using Eclipse and Tomcat 7 it runs properly.
It seems to me that Eclipse searches only in the 1st project. Any suggestions, should I switch to Juno, or should I set something else in the Project Properties?
Thanks!
Greg
|
|
|
|
Powered by
FUDForum. Page generated in 0.03782 seconds