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]

Reply via email to