put

<%@ taglib uri="..." prefix="..." %>

in your jsp pages. Read about this directive in the jsp spec. Also register
the taglib in the web.xml using the "taglib" element.


-- padhu



----- Original Message -----
From: "m batsis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 6:49 AM
Subject: Urgent, Making taglib available to JSPs without those being in a
WAR


> Hello,
>
> Apologies for the dumb question but I have zero time; hope one of you
> can save me here.
> I'm under a situation where I have some JSPs *not* in a WAR file. How
> can make a taglib available to those JSPs without deploying them using a
> WAR file?
>
> I'm using iplanet application server 6.
>
> Thanks in advance for your time and help.
>
> Manos
>
>
===========================================================================
> 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://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to