You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Alice K <al...@hotmail.com> on 2002/05/09 04:02:18 UTC

Validation error messages from tag library c

Anyone knows what caused the following error message:

Validation error messages from tag library c
null: org.xml.sax.SAXParseException: Attribute "xmlns:c" was already 
specified for element "jsp:root".

Alice

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Validation error messages from tag library c

Posted by Shawn Bayern <ba...@essentially.net>.
On Thu, 9 May 2002, Alice K wrote:

> Anyone knows what caused the following error message:
> 
> Validation error messages from tag library c null:
> org.xml.sax.SAXParseException: Attribute "xmlns:c" was already
> specified for element "jsp:root".

It's hard to say without more information, but it could conceivably come
from using two <%@ taglib %> directives, both with prefix="c".

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming this summer from Manning Publications)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>