Hi,
I am trying to assign id dynamically using <h:outputText
id="#{feildConfig.name}"/>, feildConfig is managed bean.I wanted to
assign this id from this managed bean.
I could do with <h:outputText id="Name"/>, but why its not supported
with <h:outputText id="#{feildConfig.name}"/>
j4j is creates us proxy id. here is the link about j4j
http://www.jsftutorials.net/proxyTag.html
even with this also I am not able to do it.
Please suggest me on this.
Thanks,
Anil