- PrimeFaces Beginner's Guide
- K. Siva Prasad Reddy
- 52字
- 2021-07-21 17:58:58
Creating a HelloWorld application using PrimeFaces
In previous section, we have configured and installed PrimeFaces. To start using PrimeFaces components, all we need to do is adding the namespace xmlns:p=http://primefaces.org/ui
to JSF pages.
Let us create a simple JSF page using PrimeFaces to see whether we have successfully installed and configured PrimeFaces.