facebook

JSP custom tags unknown in MyEclipse JSP Editor (again)

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289309 Reply

    birnbuazn
    Member

    Hi,

    I’ve a problem with MyEclipse recognising my custom tags. I know this has already popped up quite often on the forum, but I couldn’t find any step-to-step solution that’s working for me.

    My setup is as follows: I’m developing my custom tags in a seperate JAR, where the .tld files reside under /META-INF/tags/ directory. This JAR is bundled with my web projects (under MyEclipse it is configured as a ordninary referenced library).

    Compliant with the JSP 1.2+ spec. my deployment descriptor does not declare the .tld files explicitely. At runtime Tomcat correctly picks up the TLD file and everything runs smoothtly, however MyEclipse flags my tags as unknown.

    What configuration steps do I have to follow to get this working? Thanks for any help.

    #289549 Reply

    Riyad Kalla
    Member

    birnbuazn,

    You are using the tagdir support from the JSP 1.2 spec correct? If so that’s the issue, we have an outstanding enhancements on the editor to add tagdir support but right now it only honors old school URI/Prefix taglibs.

    Sorry for the trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP custom tags unknown in MyEclipse JSP Editor (again)

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