You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GroovyCode <jt...@yahoo.com> on 2007/08/30 01:18:08 UTC

Validation error messages from TagLibraryValidator for X--nothing more

Using Tomcat 5.5.23 from
http://mirror.candidhosting.com/pub/apache/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.tar.gz

I get an exception that I don't experience running the app locally.

2007-08-29 12:53:11,143 [http-64.119.174.37-80-Processor23] ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[64.119.174.37].[/].[jsp]
- Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: <h3>Validation error messages from
TagLibraryValidator for logic in
/main/content/search-results-content.jsp</h3><h3>Validation error messages
from TagLibraryValidator for eblt in
/main/content/search-results-content.jsp</h3><h3>Validation error messages
from TagLibraryValidator for sitemesh-decorator in
/main/content/search-results-content.jsp</h3><h3>Validation error messages
from TagLibraryValidator for uzed in
/main/content/search-results-content.jsp</h3><h3>Validation error messages
from TagLibraryValidator for bean in
/main/content/search-results-content.jsp</h3><h3>Validation error messages
from TagLibraryValidator for html in
/main/content/search-results-content.jsp</h3>
        at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
        at
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
        at
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:74)
        at
org.apache.jasper.compiler.Validator.validateXmlView(Validator.java:1545)
        at
org.apache.jasper.compiler.Validator.validate(Validator.java:1490)
        at
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:167)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:296)
...

I have the tlds, dtds in my WEB-INF, and the jars in WEB-INF/lib.  And
again, this works in my XP environment.  It just seems to be dying on the
taglib declarations themselves, in a jsp file that is included all over the
place:
<%@ page language="java" errorPage="/errors.jsp" %>

<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/sitemesh-decorator.tld" prefix="decorator" %>
<%@ taglib uri="/WEB-INF/rmkt.tld" prefix="uzed"%>
<%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

<c:set var="ctx" value="${pageContext.request.contextPath}"/>

What's interesting (exasperating) is that there are no actual messages after
the title in <h3>.

Any help at all would be much appreciated, I've been googling this all day
to no avail.  Thanks.

 - John
-- 
View this message in context: http://www.nabble.com/Validation-error-messages-from-TagLibraryValidator-for-X--nothing-more-tf4351038.html#a12397738
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org