Bug 13195 - Validation error messages from tag library c
Summary: Validation error messages from tag library c
Status: RESOLVED WORKSFORME
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 09:24 UTC by Boris Folgmann
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.