0 Replies Latest reply on Dec 29, 2008 5:13 PM by mbsakho

    todoList example, where is the magic?

    mbsakho

      Hi all,


      I'm missing something simple in the jbmp todoList example.
      For those who have read the code, we have an updateItem button that update tasks properties when we click on it.
      the code behind this button is described below:



      <h:commandButton value="Update Items" action="update"/>
      



      What i don't understand is how this commandButton can triggers persistence of the taks properties since there is no update method in the todoList javabean.


      I would greatly appreciate any explanation of this magic.


      Thankx.
      Meissa