Editor data parameter always null
Editor data parameter always null
hrrhrst
Posts: 2Questions: 2Answers: 0
Hi there,
im currently trying out the editor plug-in a little bit. Since we are not using php or .net i am forced to write my own server-side processing.
I'm using a custom ajax call to process the data. My current problem is that, the data parameter is always null, no matter what submit method i use. Any idea, what the problem could be?
This discussion has been closed.
Answers
Hi,
The first thing I would check is what data is being sent to the server, as seen by the browser. Your browser's Network inspector tools can be used for that. Find the Ajax request in the list and click the Headers tab - it will show the data submitted.
I'm not aware of any reason that
data
would benull
I'm afraid - it should always be an object.Allan