David
As Hassan mentioned you're seeing some version specific feature(s) i.e.
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html
is version 1.1 specific
1.2 supports the Class PermittedTaglibsTLV
javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV which has the initialisation
parameter
a.. permittedTaglibs: A whitespace-separated list of URIs corresponding to
tag libraries permitted to be imported on the page in addition to the tag
library that references PermittedTaglibsTLV (which is allowed implicitly).
1.2 version also allows you to load up a list of URI's (in addition to
taglib which references PermittedTaglibsTLV)
HTH/
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Davide Manca" <[EMAIL PROTECTED]>
To: "Hassan Schroeder" <[EMAIL PROTECTED]>
Cc: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, June 05, 2007 10:38 AM
Subject: Re: Jstl Tomcat 6 (if )
If I write
http://java.sun.com/jsp/jstl/core instead of
http://java.sun.com/jstl/core my jstl tags are not executed...
Why?
Thank you.
On Tue, 2007-06-05 at 06:53 -0700, Hassan Schroeder wrote:
On 6/5/07, Davide Manca <[EMAIL PROTECTED]> wrote:
> I have this code:
>
> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
Mixing taglib versions can't be good :-)
I'd change that last to 'uri="http://java.sun.com/jsp/jstl/core"' and see
what happens...
FWIW,
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]