I have the following UI Primefaces snippet:
It's because composite components inherently extend from UINamingContainer (like as
,
, etc) and thus prepend the client ID of their children with own ID.
To achieve your particular functional requirement, first give your composite component a fixed ID:
Then embed the Now you can just use
in the composite component's implementation in a plain HTML container element like with the composite component's client ID as element ID:
update=":growl"
the usual way.