1 Reply Latest reply on Aug 18, 2009 4:37 AM by ilya_shaikovsky

    A small bug in Richfaces onLineDemo.

    songlixiao

      This URL :
      http://livedemo.exadel.com/richfaces-demo/richfaces/outputPanel.jsf?c=outputPanel&tab=usage

      Demo code Line 51

      <h:outputText id="out1" rendered="#{not empty rsBean.text1}" value="Approved Text: #{rsBean.text2}" />


      "rsBean.text2" is wrong, may be "rsBean.text1" :)