Re: Jasper performance

2001-05-18 Thread Eduardo Pelegri-Llopart
(sorry for the response lag, unfortunatly I don't read tomcat very frequently) Hi Jon. > The problem with taglibs is that there is no restriction on the > ability to put Java code in the page. It is part of the JSP > specification to be able to do that. Sure, you can disable it (as > Costin said

Re: Jasper performance

2001-05-18 Thread Eduardo Pelegri-Llopart
:01 PM, "Eduardo Pelegri-Llopart" > <[EMAIL PROTECTED]> wrote: > > > I didn't see any follow-up clarifying this but apologies if I missed it. > > > > JSP 1.2 has the notion of a TagLibraryValidator that is associated with > > a tag library. This

Re: %=x% expression syntax bug in XML jsp?

2001-09-27 Thread Eduardo Pelegri-Llopart
One approach we also considered was a JSP action that can be used to construct an XML element dynamically. For example (shooting from the hip) Value In your case that would be: That is essentially what what XSLT does. My recollection is that XSP has something like that too. Thi