Using POST requests to retrieve tree data in dojo

37 Views Asked by At

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?

1

There are 1 best solutions below

0
Ferry Kranenburg On BEST ANSWER

Not possible. Assuming you're using ItemFileReadStore for the store. All requests are hardcoded using dojo.xhrGet.