TextArea val=new TextArea<String>("notes",new PropertyModel<String>(this,"notesData"));
val.setOutputMarkupId(true);
但我无法在提交方法上获得文本区域的值ajaxButton("id",form);
我需要 java 代码中文本区域的值。
使用 tinymce.get('your_textarea_id').getContent();