Hi, with Myfaces/Tomahawk how can I do something like richfaces rich:clientId el function?
This function resolve the clientId of a componet passing the id,
respecting name containers:
For example:
<h:form id="workform" >
<h:inputText id="intputText" />
<h:outputText value="#{t:clientId('intputText')}">
</h:form>
The outputText valu should be: "workform:inputText"
How can I implementig a function like this in a Facelets envinroment?
Thanks,
Stefano.

