I neet to get a specific parent component ID in a composite component. I've only found out how to get the entire chain of IDs, namely as I wrote in the title: #{cc.clientId}. It delivers (I don't know how they're called) Id1:Id2:Id3, but I need only Id1, how can I get it?
|
| ||||
|
feedback
|
|
You could use the
Another way is to use
There may be better ways depending on the concrete functional requirement and the code you have so far, both which are missing in your question. For example, if The | ||||
|
feedback
|