users@javaserverfaces.java.net

issue while generating id dynamically from jsf

From: Anil Kumar Veeramalli <Anil.V_at_Sun.COM>
Date: Wed, 12 Mar 2008 10:55:22 +0530

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