Bug 13195

Summary: Validation error messages from tag library c
Product: Taglibs Reporter: Boris Folgmann <boris>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: other   

Description Boris Folgmann 2002-10-02 09:24:11 UTC
I have installed jakarta-taglibs-standard-1.0.1.tar.gz into my WebApp.
If I try to use it with <%@ taglib prefix="c"
uri="http://java.sun.com/jstl/core" %> in one of my JSPs I get this compilation
error: messages/online.jsp [-1:-1] <h3>Validation error messages from tag
library c</h3>org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
"Unconvertible UTF-8 character beginning with 0xfc" (Zeilenzahl möglicherweise
zu niedrig)

I use the NetBeans 3.4 IDE with JDK 1.4.1.
I tried the libs from jakarta-taglibs-standard-oldxml-compat.tar.gz as described
in the readme, but this didn't help.
Comment 1 Pierre Delisle 2002-12-04 01:15:14 UTC
Can't reproduce the problem. Please provide a sample JSP page with which 
the problem can be reproduced.