Sounds like it is a bug, though that's a very quick impression without serious thought.
Re: what happens if the number of tags change from one request to the next: this is why JSF tags inside of c:if are required to have an explicitly set ID (think this is stated explicitly in the JSF spec). This whole mess is why I proposed JspIdConsumer for JSP 2.1, which lets you do this reconnecting in a robust manner. Cheers, Adam Winer On 11/23/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > Does anyone have any comment on whether this is a bug or not: > > > > > As you can see UIComponentTag.doEndTag calls internalRelease(). But > > strangely, members _id, _rendered and _binding are cleared only in > > release(), not internalRelease(). Maybe that's a bug? > > >
