Some of my widget code (GXT 3.0) wants to call equals() from a RF-JsonRpc received ValueProxy but it fails because those proxies doesn't have any stableId tag and the equals method implemented in ValueProxyCategory requires it to check if it is comparing the same class types.
Can anyone tell me if the lack of stableId in the received ValueProxy is a bug or i'm making some mistake? Thanks!!!
Can i overwrite the equals implementation for my ValueProxy derived types ? I have an id property on that derived types and i would like to use the id comparation as EntityProxy's equals do.