I am newbie to JSF primefaces.
I want to know how to configure web.xml and faces-config.xml for pie charts. Any sample code with these 2 xml files will also be very helpful for me.
|
I am newbie to JSF primefaces. I want to know how to configure web.xml and faces-config.xml for pie charts. Any sample code with these 2 xml files will also be very helpful for me. |
||||
|
|
|
If you are on Primeface's latest stable release 2.2.1 do the following: Put Primefaces jar file and the jar file of your preferred theme in your project classpath. Add the following to your web.xml and replace the
Add the following to all of your facelets
e.g:
No change in faces-config.xml needed. If you should be using an older version of primefaces the procedure is a bit different. |
|||
|
|