hi,
I am trying to run a jsp page that calls a taglib.
I am now  using tomcat3.2.1 and jdk1.2.2.
It gives an error-unable to open tag library-parse
error in tag library
descriptor: Missing Whitespace after PUBLIC keyword.
My tld is...

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib PUBLIC"-//Sun MicroSystem,Inc.//DTD
JSP TagLibary1.1//EN

http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
 <taglib>
   <tlibversion>1.0</tlibversion>
   <jspversion>1.1</jspversion>
   <info>My First Tag Library</info>
   <shortname>ad</shortname>
   <uri>/anurag/web-inf/classes</uri>
 <tag>
  <name>helloworld</name>
<tagclass>anurag.HelloWorldTag</tagclass>
  <bodycontent>empty</bodycontent>
  <info>Hello World Tag </info>
  </tag>
  </taglib>
Any advices on how to proceed???
thanx in advance
-anurag

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to