Hi everyone!
I'm using FCKeditor on java and I think is great! but I have a problem, I want to save the code that the user created into
an html file so I can read it later and show it to other users using the include tag for JSP. But I don't know how to save the code,
could you give me some hints??... any advice would be appreciated
Thank you very much in advance
Thu, 11/20/2008 - 02:39
#1
Re: Save html code to a file (java)
Re: Save html code to a file (java)
thank you very much mosipov
Re: Save html code to a file (java)
E.g. I got the whole page (faq.jsp) in fckeditor, then, after changing the faq data, i press submit button which sends data to posteddata.jsp where i have new faq data from request.getParameter("editorDefault"), also I have passed the filename(faq.jsp) as a hidden parameter.
Now how can I save the new faq data to faq.jsp page?? Is ther any functionality available for this??
Re: Save html code to a file (java)
Re: Save html code to a file (java)
Now, I have created my own servlet which saves the file.