You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lukas Bradley <lu...@somnia.com> on 2003/09/30 19:51:33 UTC

Tag Lifecycle

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tag Lifecycle

Posted by Lukas Bradley <lu...@somnia.com>.
You're a rock star, Tim.  Thanks.

Lukas


"Tim Funk" <fu...@joedog.org> wrote in message
news:3F79D1E5.6040004@joedog.org...
> 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
> >
> >




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tag Lifecycle

Posted by Tim Funk <fu...@joedog.org>.
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
> 
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tag Lifecycle

Posted by Hans Bergsten <ha...@gefionsoftware.com>.
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.

See <http://www.onjava.com/pub/a/onjava/2001/11/07/jsp12.html>

Hans
-- 
Hans Bergsten                                <ha...@gefionsoftware.com>
Gefion Software                       <http://www.gefionsoftware.com/>
Author of O'Reilly's "JavaServer Pages", covering JSP 1.2 and JSTL 1.0
Details at                                    <http://TheJSPBook.com/>


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org


Re: Tag Lifecycle

Posted by Hans Bergsten <ha...@gefionsoftware.com>.
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.

See <http://www.onjava.com/pub/a/onjava/2001/11/07/jsp12.html>

Hans
-- 
Hans Bergsten                                <ha...@gefionsoftware.com>
Gefion Software                       <http://www.gefionsoftware.com/>
Author of O'Reilly's "JavaServer Pages", covering JSP 1.2 and JSTL 1.0
Details at                                    <http://TheJSPBook.com/>


Re: Tag Lifecycle

Posted by Tim Funk <fu...@joedog.org>.
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
> 
>