Enrique Medina schrieb: > The problem is I don't know the HTML ID until the page is rendered, > and that ID is the one I want to refer in code, as it will be the > input to a Javascript method. and what if you set a binding in your created components so they will automatically register to your component.
it should be possible to set a binding like
'#{componentCollector.components['internal-id']}' where components
points to a map.
Ciao,
Mario

