Hi Greg,lello, I'm not seeing this behavior. What I'm seeing is that the list needs to be populated before calling the namespace.put() in the serializer and then it doesn't update/reflect any changes to the list after that. Gerrick
On Thu, Oct 21, 2010 at 6:23 AM, Greg Brown <[email protected]> wrote: > > In your example what happens when you change the ArrayList > tableDataInList? > > is the change automatically fired in the table? or do I need a listener? > > Yes, ArrayList fires change events when its content is modified, so the > table will automatically update in response. > >
