3 Replies Latest reply on Mar 13, 2008 9:57 AM by emsa

    JBoss EL expression evaluates to <null>

    emsa

      I have this:



      <rich:dataTable   
        value="#{admin.infoEditList.items}" 
        var="info">
          <h:column>
              <a4j:region>
                  <a4j:commandLink 
                    action="#{admin.infoEditList.selectItem(info)}" />                            
              </a4j:region>
          </h:column>
      </rich:dataTable>



      where 'admin.infoEditList' is a Conversation Scoped EJB.


      when action is called the 'info' parameter is always null.


      Is this not valid Jboss-EL usage?


      Thanks,


      /Magnus