I use a textarea on my page, and it works well with ajax to get the value of
textarea. please see my code:

   textareaComp.add(new AjaxFormComponentUpdatingBehavior("onchange"){
                    protected void onUpdate(AjaxRequestTarget target) {
                        .....
                   }
                }
                );

But when I use TinyMCE instead of textarea, the above code doesn't
work....Any hint? Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/TinyMCE-Editor-with-AJAX-tf4430222.html#a12638380
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to