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]