Re: What is the purpose of _dataModelMap in UIData?

2005-09-06 Thread Manfred Geiler
Mathias, Just became aware that I never congratulated (and thanked) you for refactoring the DataTable. Sorry, if I did scare you with my objections in the beginning. And thanks, that you have not been discouraged. ;-) -Manfred 2005/9/5, Mathias Brökelmann [EMAIL PROTECTED]: Martin is right.

Re: What is the purpose of _dataModelMap in UIData?

2005-09-05 Thread Martin Marinschek
That has to do with the fact that we correctly remember the state of UIData's which are children of the parent UIData - the RI won't do that, at least the last time we looked at that. regards, Martin On 9/5/05, Oliver Rossmueller [EMAIL PROTECTED] wrote: Hi folks, I just stumbled over the

What is the purpose of _dataModelMap in UIData?

2005-09-04 Thread Oliver Rossmueller
Hi folks, I just stumbled over the fact that UIData holds a map where it stores data models with it's parent's clientId used as key - see UIData.getDataModel(). I have no clue what this is for and why the data model is not stored in a simple instance variable like the RI does. Someone who can