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]>

Reply via email to