Feel free to mail me your JSP and I'll try it here. 

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

On 1/24/2001 at 9:23 AM Renee Petris wrote:

Already tried that. Everything looked fine. Since I'm only using a
taglib
that came with 
struts, I would expect there to be a problem. I tried copying
struts-bean.tld from struts-example
as well as from my struts download. I checked my webapp structure
against
the struts-example structure,
thats the same also. 

If it helps, I'm trying to do the tutorial at Bluestone
(http://gallery.bluestone.com/scripts/SaISAPI.dll/StrutsTrailMap.class/s
trut
s-trailmap/Trail2.htm)

-----Original Message-----
From: Ted Husted [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 9:12 AM
To: Struts List
Subject: Re: Problem parsing taglib


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).



-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 425-0252; Fax 716 223-2506.
-- http://www.husted.com/about/struts/


Reply via email to