PC, What you mean by attaching the file locally is just placing your .jar file into a directory on your server that becomes part of your classpath. This has nothing to do with how you declare a tag library inside the JSP. It only lets the server load the appropriate class files that are needed to execute the custom tag functionality.
Try to find a tutorial on how to declare a custom tag inside a JSP and go from there. One tutorial, although pretty short, could be found at: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro9.html Good luck, Yaakov. -----Original Message----- From: PC Leung [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 9:37 AM To: Struts Users Mailing List Subject: Re: How to define taglib within JSP file ? I have attached the library locally. Can I define it locally in JSP file? On Wed, 19 Jan 2005 09:29:20 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > Try it like this: > > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > ----- Original Message ----- > From: "PC Leung" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <user@struts.apache.org> > Sent: Wednesday, January 19, 2005 9:22 AM > Subject: How to define taglib within JSP file ? > > >I have attached standard.jar and jstl.jar within my project > > under /WEB-INF/lib > > > > How to define it in JSP file using local jar file? > > > > I have tried the following but in vain. > > > > <% taglib uri="/WEB-INF/lib/standard.jar"> > > OR > > <% taglib uri="org.apache.taglibs.standard.tag"> > > > > I just want to use > > Core prefix="c" > > and > > Functions prefix="fn" > > > > What is the correct format? > > > > Thanks > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]