1 Reply Latest reply on Jan 16, 2013 5:55 AM by michpetrov

    Var request scope attribute evaluation

    monikas

      Hi All,

       

      I am upgrading to richfaces4 and jsf2 on websphere 8 server. Trying to do something like this.

       

      <rich:dataTable rowKeyVar="rowid" value="#{myList}"

              var="rows" >

              <a4j:ajax event="rowclick" execute="@this"  oncomplete="#{console.log('#{rows}')}" />

              ...........................

      </rich:dataTable

       

       

      It doesnt evaluate the var attribute. Can you pls let me know why ? This syntax used to work in Richfaces 3.3