| Article: |
Designing JSP Custom Tag Libraries | |
| Subject: | help trying tu run it | |
| Date: | 2004-06-25 00:29:12 | |
| From: | sjsobol | |
|
Response to: help trying tu run it
|
||
|
I forgot to add this...
|
||
Showing messages 1 through 2 of 2.
|
|
||||||||||||||||||
Women in TechnologyHear us Roar
Showing messages 1 through 2 of 2. |
||||||||||||||||||
|
||||||||||||||||||
I am getting error:
org.apache.jasper.JasperException: /hello.jsp(7,16) Unable to load class hello
hello.jsp
<%@ taglib uri="/oreillySample.tld" prefix="sample" %>
<html>
<head>
<title>Your Standard Hello World Demo</title>
</head>
<body bgcolor="#ffffff">
<hr />
<sample:hello name="Sue"/>
<hr />
</body>
</html>
Any ideas of what else I can check? -- thanks