Can anyone explain to me how a link inside extendedDataTable whose action is bound to a rowVar bean method gets executed? I have a case where I invoke a method binding on the rowVar bean in the table. When I click on the link the method is executed but not on the correct row/bean in the table. My problem began where I started sorting the list return to data in the getData method. I guess my sorting of the list is not being propogated to the list data model. The rows appear in the order that is expected. It is just invoking the link on the correct bean in the unwind process that is not working. I am using myfaces 1.1.1. Other things to note, the link isImmediate is true (I also tried false) and FacesContext.renderResponse is called first in the invoked method. The invoked method also returns null because I want to stay on the same view.
Thanks, Ryan

