I have a properly working dojox.rpc.Service and a dojox.data.ServiceStore using it. The store is actually a child class that extends the _processResults method to facilitate some massaging of the results (I yank a wrapping object). The store works as expected in every regard except for one.
ServiceStore
1.2 ServiceStore getIdentity and _processResults not cooperating
Submitted by ewsnow on Tue, 09/23/2008 - 21:41.
ServiceStore Client Side Caching
Submitted by dustint on Tue, 06/24/2008 - 02:42.
I'm playing around with the ServiceStores that will be officially introduced in Dojo 1.2.
On one of my pages I have multiple service stores - however, the current implementation uses a common _index for a client side cache. As a result, I have some of my values being overwritten as I am using auto-increment database ids.
