Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSP include from other project - false error(False error when including JSP from another project in Indigo)
JSP include from other project - false error [message #1003359] Mon, 21 January 2013 03:17 Go to next message
Gergely Svigruha is currently offline Gergely SvigruhaFriend
Messages: 3
Registered: January 2013
Junior Member
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
Re: JSP include from other project - false error [message #1003632 is a reply to message #1003359] Mon, 21 January 2013 16:50 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

It would be best to report this through Bugzilla, and if possible, include a pair of small projects that demonstrate this (it makes it far easier to create an automated test).

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Source%20Editing&component=jst.jsp


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Web Application wont deploy
Next Topic:HTTP Preview server - how to add MIME Types?
Goto Forum:
  


Current Time: Fri Apr 26 08:52:06 GMT 2024

Powered by FUDForum. Page generated in 0.02801 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top