|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Tag library/TLD/ servlet question...
I don't know how to fully explain this because I am extremely new to it...
basically, I have a tld file that looks like this... <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>0.1</tlibversion> <jspversion>1.1</jspversion> <shortname>Search</shortname> <info> Search Tag Library </info> <tag> <name>ResultListing</name> <tagclass>com.search.RsltListing</tagclass> <info>Practice</info> </tag> </taglib> and a jsp page that looks like this... <%@ taglib prefix="Search" uri="Search.tld" %> <Search:ResultListing/> running on tomcat... for some reason, when i access the JSP page it says it cant find the class file error= javax.servlet.ServletException: com/search/RsltListing (wrong name: RsltListing) yet it is sitting right there... i know it isnt a very descripted problem, but i was wondering if it just popped out at somebody who knows what i did wrong... thanks |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Tag library/TLD/ servlet question... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|