The following are the errors I got when deploying our Struts application to
JBOSS. I think it is related to taglibs. In web.xml it is like:

 <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>

Has anyone experienced the same problem?

Thanks,

Yibing

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

2004-01-30 09:43:25,266 ERROR [org.apache.commons.digester.Digester] Parse
Error at line 8 column 7: Element type "urn" must be declared.
org.xml.sax.SAXParseException: Element type "urn" must be declared.
org.xml.sax.SAXParseException
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(org.apach
e.xerces.xni.parser.XMLParseException)
ErrorHandlerWrapper.java:232

and

2004-01-30 09:43:25,391 ERROR [org.apache.commons.digester.Digester] Parse
Error at line 23 column 10: The content of element type "taglib" must match
"(tlibversion,jspversion?,shortname,uri?,info?,tag+)".
org.xml.sax.SAXParseException: The content of element type "taglib" must
match "(tlibversion,jspversion?,shortname,uri?,info?,tag+)".
org.xml.sax.SAXParseException
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(org.apach
e.xerces.xni.parser.XMLParseException)
ErrorHandlerWrapper.java:232
void org.apache.xerces.util.ErrorHandlerWrapper.error(java.lang.String,
java.lang.String, org.apache.xerces.xni.parser.XMLParseException)
ErrorHandlerWrapper.java:173



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to