Hi, I currently try to find the cause for bug 228. I think the immediate flag for commandSortHeader and the scroller components defaults to true (Why?) which is the reason why the datamodel is never updated.
Mathias > -----Original Message----- > From: Martin Marinschek [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 9:45 AM > To: MyFaces Discussion; Mike Kienenberger > Subject: Re: MYFACES-228: preserveDataModel=true and > x:dataTable fixed? > > > Hi Mathias, > > is your reimplementation also saving the facets (not only the child > components) states? that would be important to do... > > regards, > > Martin > > On 7/5/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > On 7/5/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > > > OK, keep us posted on what else you find. > > > > I've switched back from h:dataTable to x:dataTable, and, while I > > haven't found any new problems with the new implementation, it still > > has the same problems I reported with the original implementation: > > with preserveDataModel=true, h:inputText elements don't update, and > > set[ValueBinding]() never gets called. x:dataTable with > > preserveDataModel=false appears to work as well as h:dataTable, > > however. > > >

