Search code examples
jsfjsf-2icefacesrich-text-editor

inputRichText is not rendering IceFaces 2.0


With icefaces 2 my application is not rendering the richInputText. When I inspect this with firebug it says that it cant find resources

enter image description here

Do you know what it could be causing this behaviour??


Solution

  • Solved by adding a extra mapping to the web.xml

    <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>