Re: Tag Lifecycle

2003-10-01 Thread Lukas Bradley
You're a rock star, Tim. Thanks. Lukas Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] All the detail you need ... http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001 -Tim Lukas Bradley wrote: What is the lifecycle of custom tags? Are tag objects reused

Re: Tag Lifecycle

2003-09-30 Thread Tim Funk
All the detail you need ... http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001 -Tim Lukas Bradley wrote: What is the lifecycle of custom tags? Are tag objects reused throughout a page? It seems as if my tags are not always being created. They are not *always* reused however. Lukas

Tag Lifecycle

2003-09-30 Thread Lukas Bradley
What is the lifecycle of custom tags? Are tag objects reused throughout a page? It seems as if my tags are not always being created. They are not *always* reused however. Lukas - To unsubscribe, e-mail: [EMAIL PROTECTED]

4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag?

2002-12-12 Thread Will Hartung
In out port of code from 3.2 to 4.1, we're encountering some problems with how Tomcat reuses our tags. I looked at the code, and TagHandlerPool does not call the 'release' method of the tag unless the pool is full (this is within the reuse method). My question, then, where is the appropriate

RE: 4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag?

2002-12-12 Thread Tim Moore
[mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 2:34 PM To: Tomcat Users List Subject: 4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag? In out port of code from 3.2 to 4.1, we're encountering some problems with how Tomcat reuses our tags. I looked at the code

RE: 4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag?

2002-12-12 Thread Jim Henderson
PROTECTED]] Sent: Thursday, December 12, 2002 1:52 PM To: Tomcat Users List Subject: RE: 4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag? Mostly in doStartTag. See http://jakarta.apache.org/taglibs/guidelines.html for more tips. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW

Re: 4.1.12 JSP Tag Lifecycle -- Where to re-initialize tag?

2002-12-12 Thread Bill Barker
You might also want to consider disabling tag-pooling in $CATALINA_HOME/conf/web.xml, at least as a start. This will give you a lifecycle that looks more like TC 3.x. On at least one of my applications, disabling tag-pooling made a huge difference in performance (it basically changed it from a