Adding the yui loader to the page containing the editor, and doing this
in simpleyuieditor panel solved the problem:
@Override
protected void onBeforeRender() {
super.onBeforeRender();
// IRequestTarget target =
((WebRequestCycle)RequestCycle.get()).getRequestTarget();
// if(target instanceof AjaxRequestTarget){
// //if refreshed by ajax render it again
// ((AjaxRequestTarget)target).appendJavascript(getInitJs());
// }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]