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 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
