I try to run RichFaces4 app but the components don\'t render. For example when I try this demo: Demo I get something like this:
Here is an example of defaul
That's what Crome Developer Tools told me http://img571.imageshack.us/i/rfnotdefined.jpg (Uncaught ReferenceError: RichFaces is not defined)
This means that the necessary JavaScript files of RichFaces are not been supplied in the generated HTML . You need to ensure that you're using the JSF in the template. This is namely mandatroy for the new JSF 2.0 resource injection mechanism, JSF and RichFaces will inject Ajax/UI-related JavaScripts/Stylesheets in there.
I however wonder if anything has been logged in the server log about the lack of the . Keep an eye on the server logs.