1 Reply Latest reply on Nov 5, 2012 4:56 PM by javatwo

    <rich:dataTable> does not resolve non-root value expression

    javatwo

      Hello,

       

      <h:dataTable var="state" value="#{managedBean.states}">

       

      <rich:dataTable var="city" value="#{state.cities}" >

      ....

      </rich:dataTable>

       

      </h:dataTable>

       

      value are bound to standard EL expressions.

      but dataTable is not rendering. no error messages.

       

      How to use rich:dataTable inside another dataTable whose value expression does not start with managedBean?

      Thanks for help.

      Dave