we are using gxt version 2.2.5. Unfortunately, I cannot get access to my code on this computer, so I will type in some psuedo-code to show what I'm trying to do. After the code executes, the tree is...
Type: Posts; User: earutherford
we are using gxt version 2.2.5. Unfortunately, I cannot get access to my code on this computer, so I will type in some psuedo-code to show what I'm trying to do. After the code executes, the tree is...
any update on this problem? I am attempting to update the store on a tree and the update does not seem to be working.
Here's a code snippet:
Node newNode = getUpdatedData();
Node oldNode =...