jsf library richfaces not setup properly- Netbeans IDE

On creating new JSF Richfaces application in Netbeans, the error shown above comes because of not adding JSF libraries. JSF library RichFaces not setup properly: No complete Richfaces library found. See list of Mandatory JARs. Now to import the libraries, Click on more button. It will show all the jars required for RichFaces as shown. …

Continue reading

Java Server Faces- JSF RichFaces Hello World Project

This tutorial shows step by step method for a JSF RichFaces Hello World project in Netbeans IDE. First Create a Web Project with Richfaces JSF component enabled. 1.1 Go to new Project and select Java Web > Web Application Project 1.2 Enter the Project Name and click next. 1.3 select the server, here we are …

Continue reading