0

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?

Maurice Perry
  • 32,610
  • 9
  • 70
  • 97

1 Answers1

1

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

Ferry Kranenburg
  • 2,625
  • 1
  • 17
  • 23