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]

Reply via email to