I've checked all the XML and TLD files and everything seems fine. I've tried the nightly build of Nov 11th I got the same error. Maybe it's something that change in header of web.xml or faces-config.xml, but it works previously.
Steve Gélinas Alias Яeaper XэS -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: November 14, 2005 10:51 AM To: MyFaces Discussion Subject: Re: Problem migrating 1.1.1 RC2 to NighlyBuild (Nov 13th) Looks like an error in a configuration file or TLD file. Go into the new Jars, find the XML and TLD files, open each one in turn and try to find an error on line 2034, column 8 in one of the files. Probably someone committed a TLD file with <tag nmae="..."> (instead of name="...") or a similar mistype. XML parsing is not a forgiving process! Assuming you find the error, or even if you don't, you should report this bug in JIRA so someone can fix it. Wayne On 11/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I got the following errors after I have replaced all myFaces jars: > > org.apache.commons.digester.Digester error > > SEVERE: Parse Error at line 2034 column 8: The content of element type "tag" > must match > "(name,tag-class,tei-class?,body-content?,display-name?,small-icon?,large-icon?,description?,variable*,attribute*,example?)". > > org.xml.sax.SAXParseException: The content of element type "tag" must match > "(name,tag-class,tei-class?,body-content?,display-name?,small-icon?,large-icon?,description?,variable*,attribute*,example?)". >

