| Article: |
Deploying Web Applications to Tomcat | |
| Subject: | Looks like HelloTag class is not called | |
| Date: | 2001-09-17 05:18:06 | |
| From: | xxlfalcon | |
|
The article was great. But i have a problem. Everything worked but when i used the taglibs it failed. I still have the following line in my HTML file which is parsed to the browser.
|
||
Showing messages 1 through 1 of 1.
-
Looks like HelloTag class is not called
2001-09-17 07:01:49 xxlfalcon [View]



I forgot to include the line
<%@ taglib uri="/onjava" prefix="onjava" %>
when doing a Copy-Paste
Everything is working correctly now.