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 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: 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 its page > doesn't use any scriptlets. > > Shawn > > On Thu, 22 Nov 2001, Reynir Hübner wrote: > > > Never seen such a switch in tomcat... > > > > in theory you should be able to get the source of > Tomcat and find out > > how it parses the JSP pages (with Jasper) and > change it so it will not > > parse <% %>. > > > > You can check out velocity > (http://jakarta.apache.org/velocity) that is > > a template engine. It might help you in your task. > > > > Then I question your Model, as I would never want > to take the ability > > away from my system to be able to have code in JSP > layer. Of course as > > we implement the MVC I understand that the View > should not contain any > > buisnesslogic, but then again it might have > presentation logic. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>