I'm using dojo 1.4. I'm having a tree component linked to a dijit.tree.ForestStoreModel (actually a subclass of it).
What is the simplest way to make the store use POST requests instead of GETs?
I'm using dojo 1.4. I'm having a tree component linked to a dijit.tree.ForestStoreModel (actually a subclass of it).
What is the simplest way to make the store use POST requests instead of GETs?
Not possible. Assuming you're using
ItemFileReadStorefor the store. All requests are hardcoded usingdojo.xhrGet.