?D ??? ???  ?" #*? ???
??P
??????? ??
?
??
??? ??
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit

Sounds like you need to create a tag library descriptor (Ex. "taglib.tld")
for your custom tags, which is an xml document that instructs your servlet
engine on how to implement your custom tag classes in a jsp page. In most
servers (I believe) there is a META-INF directory where you store your
descriptor.

There is a good tutorial on creating custom tags at
http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html
The tutorial assumes you're using the Orion server so you will need to
consult the documentation for your server/servlet engine to figure out where
everything should be stored.

Hope this will point you in the right direction,
_j


-------------------------------------
Jesse Clark
Information Systems Support
The Morning News of NWA
www.nwaonline.com
-------------------------------------


> From: Das Pratik <[EMAIL PROTECTED]>
> Organization: NIIT
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 25 Feb 2000 11:22:00 +0000
> To: [EMAIL PROTECTED]
> Subject: Accessing tag library
>
> Hi
> I am not able to access the tag library where I have specified the class
> name corresponding to the tag defined in my Jsp. the error I am getting
> is "invalid keyword prefix". This error corresponds to the tag library
> definition in my Jsp. I have kept the tag class and the tag library in
> the same file as my Jsp.
> Let me know the correct way to approach trhe problem.
> Pratik
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to