Hey,
For the past couple of weeks I've been trying to get FCKEditor contents from the editor to a backing bean, so I can perform work on the contents. I've yet to figure out a way to do this successfully.
The best idea I got was to send the contents, retrieved via JavaScript, to a JSP, and *then* send it to a backing bean from the Java Server Page. Apparently, this can be done by sending variables via URL, but sending an editor's contents worth of data, via URL, is just too much. Plus with the data I'm dealing with, it's just not an option.
Does anybody have any suggestions/solutions to this problem?
Thanks in advance,
Jean-Guy Pamplemousse.
For the past couple of weeks I've been trying to get FCKEditor contents from the editor to a backing bean, so I can perform work on the contents. I've yet to figure out a way to do this successfully.
The best idea I got was to send the contents, retrieved via JavaScript, to a JSP, and *then* send it to a backing bean from the Java Server Page. Apparently, this can be done by sending variables via URL, but sending an editor's contents worth of data, via URL, is just too much. Plus with the data I'm dealing with, it's just not an option.
Does anybody have any suggestions/solutions to this problem?
Thanks in advance,
Jean-Guy Pamplemousse.

Re: Getting FCKEditor contents to backend.