RE: JSP Tag Life Cycle

2002-02-14 Thread Pavel Brun
: Re: JSP Tag Life Cycle I was just looking at the JSP Tag Life Cylcle diagram and had the following question. The doEndTag flows into a decision block that states use t yet another time. In what case is the tag re-evaluated (i.e., the decision block returning yes)? I have a tag

RE: JSP Tag Life Cycle

2002-02-14 Thread Pavel Brun
is evaluated again. Any thoughts would be greatly appreciated. thanks Paul -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:29 AM To: Tomcat Users List Subject: RE: JSP Tag Life Cycle yes...sorry...that is what I was referring too. The JSL

JSP Tag Life Cycle

2002-02-13 Thread Pavel Brun
Hello all, I was just looking at the JSP Tag Life Cylcle diagram and had the following question. The doEndTag flows into a decision block that states use t yet another time. In what case is the tag re-evaluated (i.e., the decision block returning yes)? I have a tag that is somehow being invoked

Re: JSP Tag Life Cycle

2002-02-13 Thread Craig R. McClanahan
On Wed, 13 Feb 2002, Pavel Brun wrote: Date: Wed, 13 Feb 2002 16:53:29 -0500 From: Pavel Brun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User [EMAIL PROTECTED] Subject: JSP Tag Life Cycle Hello all, I was just looking at the JSP Tag Life Cylcle diagram

RE: JSP Tag Life Cycle

2002-02-13 Thread Pavel Brun
]] Sent: Wednesday, February 13, 2002 4:59 PM To: Tomcat Users List Subject: Re: JSP Tag Life Cycle On Wed, 13 Feb 2002, Pavel Brun wrote: Date: Wed, 13 Feb 2002 16:53:29 -0500 From: Pavel Brun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User [EMAIL PROTECTED

Re: JSP Tag Life Cycle

2002-02-13 Thread Nikola Milutinovic
I was just looking at the JSP Tag Life Cylcle diagram and had the following question. The doEndTag flows into a decision block that states use t yet another time. In what case is the tag re-evaluated (i.e., the decision block returning yes)? I have a tag that is somehow