4 Replies Latest reply on Sep 22, 2009 2:44 AM by svenhassel

    Displaying values of RichFaces components in a JSF page

      It is possible to display values of RF components attributes?

      I mean something like this:

      <rich:panel id="aPanel" rendered="true"></rich:panel>
      <h:outputText value="#{rich:component('aPanel').rendered}" />
      


      Thanks!