3 Replies Latest reply on Oct 4, 2010 8:07 AM by spiritfox26

    rich:editor configuration problem

    spiritfox26

      Hi everybody, i migrated JBoss 4.2.3 GA to JBoss 5.1.0GA , but now i use jboss web configuration (before i used default configuration), i have some rich:editor in my app (before in 4.2.3 works fine) , but now i have this error:

       

      javax.servlet.ServletException: Editor configuration properties file with name 'editorsimpleconfig' was not found in class path      javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)

       

      <rich:editor id="dscIncidente" width="218" height="175" value="#{incidenteEditBean.strDescripcion}" readonly="#{incidenteEditBean.readOnly}" configuration="editorsimpleconfig"/>

       

      Anyone have a solution?

       

      Thanks in advanced.