i have put fckeditor in jsp page. I want to get the value whatever we write on the editor textarea. I have put the code below in my jsp page.
As we all know that getting value of text field like is done by writing String title = request.getParameter("title1");
in the same way i want the value from the fckeditor..
Thanks