Dojo Jsonrest Appends &name=* To Target Url
I try to use the Dojo JsonRest to fill a dijit.form.select Box and I use the following code: var stateStore = new JsonRest({target: 'ip-address/activiti-rest/service/repository/pr
Solution 1:
It was my fault because I used dijit/form/FilteringSelect instead of dijit/form/Select. FilteringSelect allows you to type in letters. Those letters were appended to the url.
Post a Comment for "Dojo Jsonrest Appends &name=* To Target Url"