4 Replies Latest reply on Jul 21, 2009 9:53 AM by elf

    HtmlEditor on modalPanel

    elf

      Hi.
      I created modal panel, put on it HtmlEditor and Button, open panel, click on the button, panel closed and !!! ajax stoped working. I have to refresh page to have possibility to work with other ajax buttons.
      Here is my code, I just put this object on modal panel.

       HtmlEditor ed = new HtmlEditor();
       ed.setAutoResize(true);
       ed.setValueExpression("value",
       eF.createValueExpression(eC, "#{myBean.description}", String.class));
      


      What I am doing wrong ? Please, help me.