Francisco Spaeth
18 Jul 2009, 7:57 PM
When I combine MemoryProxy and ListStore, the first time it behave like expected, but when loaded twice or more, the all.clear();(@ Store.class, line 447), clears the list used as data repository in the MemoryProxy because it was assigned to the local field all (@ Store.class, line 478) in the store in the first time.
It works fine with RpcProxy because the object provided is always other instance, but with MemoryProxy it is not true.
[]
Francisco Spaeth
GXT: 2.0
It works fine with RpcProxy because the object provided is always other instance, but with MemoryProxy it is not true.
[]
Francisco Spaeth
GXT: 2.0