| Article: |
Designing JSP Custom Tag Libraries | |
| Subject: | help trying tu run it | |
| Date: | 2003-10-29 14:59:34 | |
| From: | sspielman | |
|
Response to: help trying tu run it
|
||
| The TLD file doesn't get compiled separately. The container uses it the way it is. It just needs to be in the WEB-INF directory. | ||
Showing messages 1 through 1 of 1.
-
help trying tu run it
2004-06-25 00:24:00 sjsobol [View]
Specifically, the class file containing the tag library handler needs to go in WEB-INF/classes. (At least, that's right for Jetty, which is what I use. Should be the same for Tomcat.)


