This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: problem with rich:editormuggles Oct 1, 2012 11:11 AM (in response to muggles)hi, no answer for me? why? less information? stupid question? i need your help! thx, martin 
- 
        2. Re: problem with rich:editorswampdev Oct 1, 2012 11:48 AM (in response to muggles)Martin, when I do this type of action in richfaces, I always excplicitely set execute="id's I need submitted", render="id's I need (re)rendered" Those attributes (execute and render) are only availabe in ajax action componenets (i.e a4j:commandButton, a4j:commandLink, a4j:jsFunction, etc). So when you open and close your popup use on of those action components (i.e <a4j:commandButton value="Click to edit" execute="@this" render="editorPane" oncomplete="#{rich:component('editorPane')}.show();" />) Then on the button used to close the popup, submit (execute) your editor, and render your outputpanel (which you should give an id to). Hope that helps. 
 
    