facebook

include’s are unrecognized [Closed]

💡
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 Archived
  2.  > 
  3. Bugs
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #212466 Reply

    Erez
    Member

    I have a J2EE project (multiple projects) which I try to upgrade to Eclipse3.0 / MyEclipse3.8.

    I keep getting in every JSP page yellow lines beneath all my JSTL, TILES and my own propiertary tag library tags – they all say: ‘unknown tag’.

    Normally I keep my tag includings in /common/taglib.jsp and all other JSPs are including this file <@ include file=”/common/taglibs.jsp” %>.

    When it did not work (it works fine in 3.7.2), I tried putting the <%@ taglib…> straight in the actual JSP but it didn’t do any good as well.

    How can I fix this?

    Regards,

    Erez

    #212476

    Eric Miles
    Member

    The ME guys can correct me if I’m wrong, but I’ve been reading on the message board that you have to add “web project capabilities” to your project in order for that to work appropriately. For your sake, I hope you have a project structure that supports this. I don’t, and I had to switch back to 3.8beta2.

    #212481

    Riyad Kalla
    Member

    Erez,
    By chance are the taglib TLD files and/or the classes/libraries backing them from a referenced project? If so our referenced project resources are broken right now but we will get them fixed soon.

    #212509

    ingesol
    Member

    Same problem here, lots of error messages in JSP that showed up when I upgraded from beta 2 to GA…

    The libraries and TLD’s are all in the same project.

    #212512

    ingesol
    Member

    The problem is definitely caused by the taglib declarations being done in an included jsp, like this:

    <%@ include file=”/jsp/common/imports.jsp” %>

    All my JSP that have inline taglib include directives work pretty much as earlier.

    It was introduced as a bug between 3.8 beta 2 and 3.8 GA.

    Any fixes?

    #212546

    Riyad Kalla
    Member

    Guys thank you for the detail, I was able to reproduce this very quickly. I’ve filed it with a P1 priority which means it will go into our service release that will be out by the end of the week.

    #212547

    Riyad Kalla
    Member

    Moving to bugs

    #212577

    Erez
    Member

    Thanks for the quick reply, this is what I call good service!

    Erez

    #213192

    Scott Anderson
    Participant

    The issues discussed in this thread were addressed in MyEclipse 3.8.1

    #238074

    yeecn
    Member

    This message has not been recovered.

    #238075

    Riyad Kalla
    Member

    This message has not been recovered.

    #238076

    yeecn
    Member

    This message has not been recovered.

    #238080

    yeecn
    Member

    This message has not been recovered.

Viewing 13 posts - 1 through 13 (of 13 total)
Reply To: include’s are unrecognized [Closed]

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