Agreed with @Jeremy, I have used to TinyMCE myself to update a CLOB fields mapped to my Entity Object and its value get submitted like a charm, but i remember seen this problem in my project a while before, when the form was submitted using Ajax, since i didn't make too much research i just switch to normal SubmitLink and the problem was resolved.
Jeremy Thomerson-5 wrote: > > I think TinyMCE always uses an iframe - because it loads an editable > document in it. I don't think that's your problem. Show us all of the > relevant code (your java and html code). > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Mon, Apr 20, 2009 at 9:50 AM, tubin gen <fachh...@gmail.com> wrote: > >> I am trying to make my text editor (text area ) to rich text eitors >> using timymce.First I tried wicket timymce behaviour , the problem >> is the tinymce java scriopt is repalce my textarea html with an >> iframe >> >> >> this is my html , but the style="display: none;" is added by tinymce >> <textarea maxlength="4000" cols="120" rows="8" >> name="reassignmentComments" wicket:id="reassignmentComments" >> id="reassignmentComments" style="display: none;"/> >> >> and code generated by tinymce is lot, but the problem is it uses >> iframe and because of which the textarea value is not posted to my >> form , please help me integrating tinymce >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > -- View this message in context: http://www.nabble.com/tinymce-textarea-tp23138273p23138719.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org