I’ve tried to research this issue, but haven’t found anything that directly addressed my problem. So, if it’s been resolved elsewhere, please direct me accordingly.
Now, here’s my issue. I’m working with cewolf charting and following an example from their tutorial (http://cewolf.sourceforge.net/new/index.html, step #4). I created a bean which is showing up in the Package Explorer under myproject > src> de.laures.cewolf.example as PageViewCountData.java and created a jsp which is showing up under myproject > WebRoot as MyJsp.jsp.
In the jsp, I have the following line:
<jsp:useBean id="pageViews" class="de.laures.cewolf.example.PageViewCountData"/>
which is causing a big ol’ red X (an error 🙂 to appear on that line claiming that the package doesn’t exist. However, when I “work past” the error and deploy the project, the jsp works as expected.
Previous posts have mentioned something about a quickfix and turning validation off, but that seemed to 1) have been a while ago and 2) was a problem with an earlier version of ME.
Any help in explained my error is appreciated. The red in my code is a little disconcerting.
My config:
ME 3.8.4+QF2
Eclipse Platform 3.0.2
JDK 1.5
Apache 5.5.9
Windows XP Pro
Cheers.