I'd try opening the TLD file with a text editor, to be sure everything
is as you would expect. Or moving that one, and copying a new one over.


Also, I believe that Tomcat requires custom tags to be in packages,
just to be sure you set your example up that way.

-Ted.

*********** REPLY SEPARATOR ***********

On 1/24/2001 at 9:05 AM Renee Petris wrote: 
I'm trying to run a very simple Hello World example. My jsp contains
only:
<%@ page language="java" %>
<!--Import the taglib --><%@ taglib uri="/WEB-INF/struts-bean.tld"
prefix="bean" %>
<!--Now use the tag to display the message --><bean:message
key="hello.message" />
When I try to open the page, I get the following exception:
org.apache.jasper.JasperException: Unable to open taglibrary
/WEB-INF/struts-bean.tld : Parse Error in the tag library descriptor:
Character conversion error: "Unconvertible UTF-8 character beginning
with 0xb4" (line number may be too low).

Reply via email to