there is no parameter name that it sends it under? the {} string has
to be assigned to something....-igor On Fri, Mar 19, 2010 at 9:17 AM, Boris Goldowsky <[email protected]> wrote: > I'm trying to make the spellcheck part of the wicketstuff tinymce module > work. I think the protocol used by the spellchecking plugin may have > changed since this module was written. > > TinyMCE sends a POST request to the server; the post data looks something > like this (this is JSON format, right?) > > |{"id":"c0","method":"checkWords","params":["en",["text","to","check"||]]}| > > > a Resource is trying to respond to this, but how does it get access to the > post data? The previous version used getParameters(), but getParamters() > does not seem to see this post data. > > Bng > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
