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 ItemFileReadStore
for the store. All requests are hardcoded using dojo.xhrGet
.