On Sat, Aug 28, 2010 at 10:37 AM, Florian MOGA <[email protected]> wrote:
> The thing is, the JSONP binding > can't handle any other types other than String... not even primitives like > int. This means services exposed through jsonp should all have String > parameters... If i'm not wrong with the above statement, that might be a bit > too restrictive... I was going to ask if this type of feature is needed or > intended for jsonp. I could implement it. Do you know if that is still the case after the changes Simon made a little while ago? Now it uses the databinding frameworks and it looks like the method getJSONRequestStringArray in JSONPServlet should mean it works with non-string types. Or are there bugs and that doesn't work? ...ant
