Tagged Questions

1
vote
1answer
48 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 ...
1
vote
1answer
2k views

how to get jsf clientid of a component in datatable?

i am trying to get the client id of a component in a datatable. the problem is that jsf puts row index before the component id automatically, i.e. <a ...