Hi Marius,
>> problem here is since this call occur in build time, we can't call >> getClientId() (it will cause problems because the parent for most components >> is null in this stage), so use a external map here >> Why not use the Reference of the component as the key? Over one request, >> the reference is stable enough! > > Yes, it is possible. Just we have to take care about > ClientBehaviorRedirectEventComponentWrapper, because this class is used as a > wrapper to redirect client behavior events. > > Note that CompositeComponentResourceTagHandler.ATTACHED_OBJECT_HADLERS_KEY > list is not saved on the state, but since we use the component attribute > map, the key and the null value is saved on the state. If we don't use the > component attribute map, we don't have that trace on the state and it will > be lower. any update on this? best regards, Martin
