form.add(modelValue = new Label("modelValue", editableComponent.getModel()));
modelValue.setEscapeModelStrings(false);
modelValue.setOutputMarkupId(true);
form.add(new TinyMceAjaxButton("submit")
{
@Override
protected void onSubmit(AjaxRequestTarget target, Form<?> form)
{
super.onSubmit(target, form);