Tagged Questions
1
vote
1answer
65 views
How to extract first component ID from #{cc.clientId}?
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 ...