error in web.xml after adding Hibernate capability MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 2 replies, 2 voices, and was last updated 19 years, 3 months ago by pcleung. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 8, 2005 at 1:00 am #236854 Reply pcleungMember Before adding, no error highlight in web.xml After adding. there are error highlights in web.xml in the following (1) (Attribute version must be declared…) <web-app xmlns=”http://java.sun.com/xml/ns/j2ee” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd” version=”2.4″> (2) (Invalid content was found starting with taglib…> <taglib-uri>http://struts.apache.org/tags-bean </taglib-uri> <taglib-location>/WEB-INF/struts-bean.tld </taglib-location> </taglib> How can I solve it? Thanks September 8, 2005 at 10:01 am #236889 Reply Riyad KallaMember please paste your entire web.xml file for us to look at. September 11, 2005 at 8:39 am #237058 Reply pcleungMember I solve by the following. Make a dumb project by MyEclipseIDE. Then copy the web.xml to my old project. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: error in web.xml after adding Hibernate capability You must be logged in to post in the forum log in