2 Replies Latest reply on Dec 15, 2008 9:32 AM by trouby

    Richfaces Editor

    trouby

      Hey,

      I have upgraded to RF 3.3beta4 and tried to use the editor as follows:

      Original code:

      <h:inputTextarea id="content" required="true" value="#{myBean.content}" />
      


      To:
      <rich:editor id="content" width="400" required="true" value="#{myBean.content}" />
      


      content is just a string property.


      when replaced with editor, the textarea disappears,


      What am I doing wrong?


      Thanks,

      Asaf.