facebook

error on tag in web.xml

💡
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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #211610 Reply

    DDke
    Member

    When I use the <dispatcher> tag in web.xml with filter mappings, I get an error saying that “element type ‘dispatcher’ must be declared.

    The use of this tag is explained in the Servlet 2.4 specs (SRV.6.2.5).

    I know it isn’t defined in the DTD (http://java.sun.com/dtd/web-app_2_3.dtd),I don’t know why.

    It’s a minor issue, I know, but it’s annoying to get the errors…

    #211611

    DDke
    Member

    Also an error on the isELIgnorde page directive… (See JSP 2.0 specs under JSP.1.10.1).
    I cant preview my JSP page like this…

    #211612

    DDke
    Member

    <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core&#8221; %> also gives an error because myeclipse can’t find it (I don’t define it in web.xml). In the new specs the servlet/jsp container finds it automatically, so this is again not an error.

    Is myeclipse supporting the latests specs?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: error on tag in web.xml

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