Hello, 

in Tomcat, tag-pooling can be enabled or disabled, check in server.xml if
you have enabled this feature.
(As I remember, You must uncomment 'TagPoolingIntercetor' tag to load the
module.)
This is one possibility why tags aren't reused.

        -Jan

-----Original Message-----
From: cbarnes [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 11:11 AM
To: [EMAIL PROTECTED]
Subject: Custom tag classes


I am using version 4 of Tomcat.

I have written a number of custom tags and these appear to work fine.
However, I had always understood that an individual instance of the java
class for the custom tag is reused, and that the release method needs to be
used to reset any class variables back to their default state. On looking at
what is going on in my custom tag classes a bit more closely I have realised
that a new instance of the class is being created each time I use the tag.
Is this correct behaviour?
Have I missed something somewhere?

Thanks,
Catharine


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

---
P��choz� zpr�va neobsahuje viry.
Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz).
Verze: 6.0.350 / Virov� b�ze: 196 - datum vyd�n�: 17.4. 2002
 

---
Odchoz� zpr�va neobsahuje viry.
Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz).
Verze: 6.0.350 / Virov� b�ze: 196 - datum vyd�n�: 17.4. 2002
 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to