You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Simon Kitching <sk...@obsidium.com> on 2005/11/29 22:12:18 UTC

UIComponent tag (attn: Manfred Geiler)

Hi Manfred,

A long time ago class UIComponentTag was altered so that "_id", 
"_binding" and "_rendered" were only cleared in release, not in 
internalRelease.

Commit r166747 (by "manolito") indicates that it was something to do 
with Resin. I believe manolito is you...

Do you have any more info about this? There isn't any actual bug caused 
by this AFAIK, but it does seem very odd not to reset these fields even 
when the tag is going to be reused by the container. It would be nice to 
document exactly *why* this is needed.

Thanks,

Simon

Re: UIComponent tag (attn: Manfred Geiler)

Posted by Manfred Geiler <ma...@gmail.com>.
Simon,
I'm already aware of this. There was a comment on a Jira issue some
days ago, right?
Well, I did not have the time yet for thinking about this. Will try
during the next days...
(Perhaps some mail archive searching will help me)

Manfred


2005/11/29, Simon Kitching <sk...@obsidium.com>:
> Hi Manfred,
>
> A long time ago class UIComponentTag was altered so that "_id",
> "_binding" and "_rendered" were only cleared in release, not in
> internalRelease.
>
> Commit r166747 (by "manolito") indicates that it was something to do
> with Resin. I believe manolito is you...
>
> Do you have any more info about this? There isn't any actual bug caused
> by this AFAIK, but it does seem very odd not to reset these fields even
> when the tag is going to be reused by the container. It would be nice to
> document exactly *why* this is needed.
>
> Thanks,
>
> Simon
>