2 Replies Latest reply on May 27, 2009 7:48 AM by liuliu

    something strange with rich:editor and rich:simpletogglepane

    liuliu

      hi,

      when i test with components of richfaces, i find something strange, here is the code

      <rich:editor value = "" width="400" height="50" theme="advanced" skin="o2k7" onsave="alert('tt')">
       </rich:editor>
       <a4j:form>
       <rich:simpleTogglePanel switchType="ajax" label="Ajax Switch Type" height="90px">
       This type allows to perform the partial view update instead of the whole page reloading. You also can reRender other components while the panel content is toggled.
       </rich:simpleTogglePanel>
      </a4j:form>
      
      


      when open/close simpletogglepanel, onsave of rich:editor is called. Is this a bug ?

      liu