0 Replies Latest reply on Oct 11, 2011 12:32 PM by spiritfox26

    rich:editor with html inside + rich:modalPanel problem

    spiritfox26

      I have this problem, when I try to show rich:modalPanel and this have a html inside ocurrs this error (attachment image)

       

      Anyone have an idea?

       

      I'm using Richfaces 3.3.3

       

      Regards

       

      error.jpg

       

      Code:

       

      <rich:modalPanel id="notasIncidente" width="800" height="550" resizeable="false" domElementAttachment="parent">
                                    <f:facet name="header">
                            <h:panelGroup>
                                <h:outputText value="#{msg.datosIncidenteLabel}"></h:outputText>
                            </h:panelGroup>
                        </f:facet> 
                                    <f:facet name="controls">
                            <h:panelGroup>
                                <h:graphicImage value="/images/close.png" style="cursor:pointer" id="hidelink">
                                <rich:componentControl for="notasIncidente" attachTo="hidelink" operation="hide" event="onclick"/>
                                </h:graphicImage>
                            </h:panelGroup>
                        </f:facet>
                        <rich:panel styleClass="modalStyleScroll">
                                  <rich:editor width="750" height="480" value="#{incidenteEditBean.notasTecnicosTicketsHTML}" readonly="true" configuration="editorconfignotas"/>
                              </rich:panel>
                          </rich:modalPanel>