On Tue, Aug 31, 2010 at 9:59 AM, Florian MOGA <[email protected]> wrote: > Hi Ant, > It seems I've missed Simon's commit and didn't update jsonp binding sources > at the time I was checking them out... That was the problem I wanted to > bring up. I've checked up the new getJSONRequestStringArray() method and > I've spotted that the typesIndex is never incrementing... Can't estimate > what's the impact of not having quotes for all string objects in JSON and if > this is handled the right way by the databinding layer, maybe Simon can give > us more details?
Thats a bug, i've fixed it now. What that code is doing is trying to make it easier to enter string parameters in the url, eg so that instead of: http://localhost:8080/helloworld/sayHello?name="Florian" also support doing http://localhost:8080/helloworld/sayHello?name=Florian Not sure how common that is but some things do seem to expect unquoted strings to work. ...ant
