This has to do with your web.xml.
Make sure that you have all the taglibs imported and defined.
-Tim

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2003 5:57 PM
To: Struts Users Mailing List
Subject: Re: ApplicationResource.properties


I have a new error

org.apache.jasper.JasperException: /BookView.jsp(5,0) Unable to load class
html

Here is Bookview.jsp
<%@ page language="java" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"; prefix="logic"
%>

<html:html locale="true">
<head>
<html:base/>
<title>
 <bean:message key="index.title"/>

</title>
</head>
<body>
 <h2>Book View</h2>
</body>
</html:html>

Any ideas what would cause html class load failure?

Thanks,
-M

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to