You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/06/21 20:33:42 UTC

[Myfaces Wiki] Update of "UpdateActionListener" by MatthiasWessendorf

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by MatthiasWessendorf:
http://wiki.apache.org/myfaces/UpdateActionListener

------------------------------------------------------------------------------
          <h:outputText value="#{row.employeeName}" />
      </h:column>
      <h:column>
+       <h:form>
          <h:commandLink action="navigateNextPage" immediate="true">
              <h:outputText value="Edit" />
              <t:updateActionListener 
  property="#{editPage.employee.employeeId}" 
  value="#{row.employeeId}" />
          </h:commandLink>
+       </h:form>
      </h:column>
  </h:dataTable>
  }}}