Does anyone know if there is an equivalent of richfaces rich:clientId in primefaces?
Example, if I want to get the full client id of my field: username.
'#{rich:clientId('username'), how can I do this in primefaces? This is because I want to get the value of that field dynamically.