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 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 twice when I want it to be invoked once.
>
> My "doEndTag" does return EVAL_PAGE and I wanted it to return that because I
> want the
> rest of the JSP page to be evaluated.
>
> Any auggestions or answers would be helpful
>
> Thanks
>
> Paul
>

Which specific diagram (in which document) are you looking at?  I don't
see anything like this on the lifecycle diagrams in the JSP 1.2 spec.

Craig


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

Reply via email to