It's at the Jakarta Taglibs site:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
Enjoy!
Shawn
On Thu, 22 Nov 2001, Philippe ENTZMANN wrote:
> Thanks a lot.
>
> Where can I download this ?
>
> Just a step further ...
> Is there a way to automatically include a <%@ taglib
> %
http://jakarta.apache.org/struts -> download ->..
-Original Message-
From: Philippe ENTZMANN [mailto:[EMAIL PROTECTED]]
Sent: 22. nóvember 2001 16:49
To: Tag Libraries Users List
Cc: [EMAIL PROTECTED]
Subject: RE: using ONLY taglib in JSP
Thanks a lot.
Where can I downloa
Thanks a lot.
Where can I download this ?
Just a step further ...
Is there a way to automatically include a <%@ taglib
%> in all the JSP pages a compilation time. So all
pages will be scriptlet-free ?
--- Shawn Bayern <[EMAIL PROTECTED]> wrote:
> There's a standard, easier way to handle it: yo
PROTECTED]]
Sent: Thursday, November 22, 2001 4:36 PM
To: [EMAIL PROTECTED]
Subject: using ONLY taglib in JSP
Need some advices to use ONLY taglib in my JSP pages.
We have some taglibs implementing our business model.
With a MVC approach in mind, we avoid using Java code
in our JSP and always put &q
helps,
> -r
>
>
>
>
>
>
>
>
>
> -Original Message-
> From: Philippe ENTZMANN [mailto:[EMAIL PROTECTED]]
> Sent: 22. nóvember 2001 15:36
> To: [EMAIL PROTECTED]
> Subject: using ONLY taglib in JSP
>
>
> Need some advices to us
There's a standard, easier way to handle it: you can use a
TagLibraryValidator to ensure that the page contains no scriptlets.
JSTL's (early-access) reference implementation comes with a
'scriptfree.tld' library that you can import using the <%@ taglib %>
directive. This library ensures that i
logic.
hope it helps,
-r
-Original Message-
From: Philippe ENTZMANN [mailto:[EMAIL PROTECTED]]
Sent: 22. nóvember 2001 15:36
To: [EMAIL PROTECTED]
Subject: using ONLY taglib in JSP
Need some advices to use ONLY taglib in my JSP pages.
We have some taglibs implementing our business
Need some advices to use ONLY taglib in my JSP pages.
We have some taglibs implementing our business model.
With a MVC approach in mind, we avoid using Java code
in our JSP and always put "model" into tag.
Is it possible de restrict JSP pags to only contains
tags (taglig, HTML, ...) et not Java so