1 Reply Latest reply on Mar 19, 2013 11:06 AM by semubiz

    rich:editor not rendered when using RichFaces module

    semubiz

      Hello

       

      I want to configure my Webapp to use RichFaces as a JBoss module, not a library.

       

      As soon as I switch from library to module, the rich:editor is not rendered anymore. Weird enough, all other components I checked still work. I followed the instructions of https://issues.jboss.org/browse/RF-12008.

       

      {code:xml}<?xml version="1.0" encoding="UTF-8"?>

      <jboss-deployment-structure>

          <sub-deployment name="mywebapp.war">

              <dependencies>

                  <module name="org.richfaces">

                      <imports>

                      <include path="**"/>

                      </imports>

                  </module>

              </dependencies>

          </sub-deployment>

      </jboss-deployment-structure>

      {code}

       

      Used versions:

      -RichFaces 4.2.3

      -JBoss 7.1.1

       

      Any hints? Thanks.

      semubiz