Re: re-use of tag objects via Tag.release method

2001-03-02 Thread GARETH . LEACHMAN
Casey Lucas: Interested in a co-ordinated effort? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: re-use of tag objects via Tag.release method

2001-03-01 Thread Pierre Delisle
Casey Lucas wrote: > Ok, I'll bite. Where's the best place to start looking? > Code that does the rendering? Wasn't there at one point talk > of making the renderer more "pluggable"? Great! Since you asked, here are some ideas: As a first step, I'd make sure to clearly understand all the spe

RE: re-use of tag objects via Tag.release method

2001-03-01 Thread Casey Lucas
, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: Re: re-use of tag objects via Tag.release method Casey Lucas wrote: > > Looking at the rendered jsp -> java files in the work directory > (and noticing the calls to Tag.release), I realized that Jasper > is not reusing tags that it crea

Re: re-use of tag objects via Tag.release method

2001-03-01 Thread Pierre Delisle
Casey Lucas wrote: > > Looking at the rendered jsp -> java files in the work directory > (and noticing the calls to Tag.release), I realized that Jasper > is not reusing tags that it creates. So, my question is: > > Has there been any conversations about implementing tag > reuse in Jasper? T

re-use of tag objects via Tag.release method

2001-03-01 Thread Casey Lucas
Looking at the rendered jsp -> java files in the work directory (and noticing the calls to Tag.release), I realized that Jasper is not reusing tags that it creates. So, my question is: Has there been any conversations about implementing tag reuse in Jasper? -Casey