With icefaces 2 my application is not rendering the richInputText. When I inspect this with firebug it says that it cant find resources
Do you know what it could be causing this behaviour??
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>