AW: [opencms-dev] JSTL 1.1

Erik-Jan Spaans E.J.Spaans at inter.NL.net
Fri Mar 25 22:41:46 CET 2005


No, it is not necessary to define the taglib in web.xml anymore. The uri 
is now resolved directly. Note that according to the 1.4 webapp xsd it 
is not even possible anymore to add taglib elements!
Did you include the right jstl/standard version? If you deployed the 1.0 
version the import url is slightly different: the jsp part is not yet 
there. So if you reference the new 1.1 uri, and deployed the 1.0 
version, the uri cannnot be resolved and therefor the taglibs can not be 
used.

Regards,
EJ

Marcus Redeker wrote:

> You also have to define the taglib in the web.xml file !!
>
>     ------------------------------------------------------------------------
>     *Von:* opencms-dev-bounces at opencms.org
>     [mailto:opencms-dev-bounces at opencms.org] *Im Auftrag von *Giuseppe
>     Zordan
>     *Gesendet:* Donnerstag, 24. März 2005 16:54
>     *An:* opencms-dev at opencms.org
>     *Betreff:* [opencms-dev] JSTL 1.1
>
>     Helo
>
>     I need to use jstl 1.1 functions in opencms 6 beta 1.
>
>     I install application under Tomcat 5.0.28 I put jstl.jar and
>     standard.jar in opencms lib folder I set in my jsp pages
>
>     <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
>
>     <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
>
>     but I can’t use it and I don’t have any error.
>
>     Can someone have some solutions?
>
>     Tanks Bepo
>
>------------------------------------------------------------------------
>
>
>
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://mail.opencms.org/mailman/listinfo/opencms-dev
>




More information about the opencms-dev mailing list