IMO immediate should default to false. I can't see how the table can have sortheaders or page controls with immediate = true. BTW, what is the default for the dataScroller? IMO that should be false also.
There is a tradeoff here but in the end its an easy one. One the one hand, as Manfred points out, you will get potential validation errors when sorting, on the other hand your data is lost! So in the end its not much of a tradeoff. The model needs to be updated before you change the view or the data is lost (and that's definitely not what the user wants or expects.) I will have to think more about Mathia's second issue ... Can we agree that immediate should default to false? sean
