Retrieving other component's client ID in JSF 2.0
Does JSF 2.0 have a built-in method for finding the client ID of another component? There are about a thousand client ID-related questions on SO and there are a lot of hackish methods to do this, but I'm wondering if JSF 2.0 brought a simpler method that I just don't know. #{component.clientId} evaluates to a given component's own client ID, but I want to reference another component's ID. This blog post mentions component.clientId , and it also says #{someComponent.clientId} works, but from what I can tell it does not. I believe he wrote that before any reference implementations of JSF 2.0