I'd be great to be able to do this in a web.xml document - to specify all
the default taglib declarations that should always included in each taglib.
This would allow site-wide disabling of scriplets or to include the various
JSTL taglibs by default. Though this would only work in the non-JSP syntax.
In XML-syntax each taglib prefix and namespace URI is required to be valid
XML, since XML namespaces are used instead of the JSP taglib expression.

James
----- Original Message -----
From: "Philippe ENTZMANN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 23, 2001 10:16 AM
Subject: Always include <%@ taglib ... %> directive


> All of my JSP pages have include taglib directives
> like :
> <%@ taglib prefix="ka" uri="/mykillerapp-taglib" %>
> <%@ taglib prefix="scriptfree"
> uri="/scriptfree-taglib" %>
>
> I would like to make some of theses directives (the
> 2nd) "mandatory". In other words, I would like to
> include this taglib without having it apear in the JSP
> pages header.
>
> Thanks.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to