0 Replies Latest reply on May 13, 2011 6:14 AM by soufianetomase

    Dynamique Id in component

    soufianetomase

      Hi ,

      I'm trying to render dynamic id's on components, but looks like it is not possible.

       

      <h:outputText id="#{ligne.totalQt.id}"        value="#{ligne.totalQt.total}" />

       

      not works.

       

      and

       

      <h:outputText id="dd"        value="#{ligne.totalQt.total}" />

       

      it works .

       

       

       

      any  idea please .