facebook

jsp:useBean problem finally addressed?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #230108 Reply

    mjardine
    Member

    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.

    #230165

    Riyad Kalla
    Member

    Please File > Export > To ZIP this project and send it to support@genuitec.com ATTN Riyad so I can have a look.

    #230280

    mjardine
    Member

    Riyad, thanks for your offer, but the issue has been resolved. I’m not sure what it was, but I did an update to Eclipse and now I’m not getting the error. If it arises again, I will email support with the zip of my project.

    Thx.

    #230287

    Riyad Kalla
    Member

    Well that was sure easy 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: jsp:useBean problem finally addressed?

You must be logged in to post in the forum log in