Furthermore if you are using JSP1.1 &JSTL1.0 the correct uri is 
for example http://java.sun.com/jstl/core prefix: c
But I am not sure.


BR
/Amleto

> -----Messaggio originale-----
> Da: Amleto Di Salle [mailto:[EMAIL PROTECTED] 
> Inviato: mercoledì 19 gennaio 2005 15.29
> A: 'Struts Users Mailing List'; 'PC Leung'
> Oggetto: R: How to define taglib within JSP file ?
> 
> 
> Hi, 
> If you are using JSP2.0 & and JSTL1.1 in your jsp you can use 
> JSTL in the following way:
> 
> core http://java.sun.com/jsp/jstl/core c
> 
> XML processing http://java.sun.com/jsp/jstl/xml x
> 
> I18N capable formatting http://java.sun.com/jsp/jstl/fmt fmt
> 
> relational db access (SQL) http://java.sun.com/jsp/jstl/sql sql
> 
> functions http://java.sun.com/jsp/jstl/functions fn
> 
> BR
> /Amleto
> 
> 
> > -----Messaggio originale-----
> > Da: PC Leung [mailto:[EMAIL PROTECTED]
> > Inviato: mercoledì 19 gennaio 2005 15.23
> > A: Struts Users Mailing List
> > Oggetto: 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]
> > 
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 
> 17/01/2005
> >  
> > 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005
>  
> 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to