I am using Eclipse Helios Release. Eclipse xml validater don't like display-name element under in my web.xml
here is part of my web.xml
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
PropTax
PropTax
PropTax
org.slco.treasurer.propertytax.servlet.PropTax
.......
If I remove display-name element then there is no error anymore.
As I understand 2.5 is right sechema to support display-name, and even context help under the editor will list display-name as part of chioce.
Could anyone help me here?
error message from eclipse validator as: cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'. One of '{"http://java.sun.com/xml/ns/javaee":servlet-class, "http://java.sun.com/xml/ns/javaee":jsp-file}' is expected. web.xml /PropTax/WebContent/WEB-INF line 6 XML Problem
Thanks!