During our webinar today a question was asked how to configure RichFaces in web.xml? Well, it’s very simple, you basically have to register a filter and add three RichFaces Jar files. The filter is described here and the Jar files can be downloaded here. I decided to provide a sample project template with RichFaces (version 3.1.3 GA) support included. You don’t have to do anything. You can run the application (it has one page with rich:panel control) or open it in your favorite IDE and start developing.
If you are using JBoss Developer Studio or JBoss Tools, follow these steps to import the project:
- Select File/Import
- Select Other/JSF Project
- Point to web.xml location in the project. Click Next
- Keep all default values. Click Finish
That’s it.
Leave a Reply