Pandora integrated Spring boot
Hi,
First of all, you will be install according to the documentation on the link.
https://www.primefaces.org/pandora/docs.xhtml
One different thing you need to do if you use spring boot, you need to add the theme as pandora to your "application.yml" file
or "application.properties" file
or if you want to use primefaces with joinfaces add this line to "application.properties" file.
Apart from that, there are many different spring boot setups. Since we cannot know your needs, we cannot configure a sample project.
If you still cannot solve your problem, please prepare a more detailed question so we can solve it.
Best Regards,
First of all, you will be install according to the documentation on the link.
https://www.primefaces.org/pandora/docs.xhtml
One different thing you need to do if you use spring boot, you need to add the theme as pandora to your "application.yml" file
Code: Select all
jsf:
primefaces:
theme: pandora-#{guestPreferences.componentTheme}
FONT_AWESOME: true
jsf:
facelets-libraries: /WEB-INF/primefaces-pandora.taglib.xml
Code: Select all
jsf.primefaces.theme=pandora-#{guestPreferences.componentTheme}
jsf.primefaces.font-awesome=true
jsf.facelets-libraries=/WEB-INF/primefaces-pandora.taglib.xml
Code: Select all
joinfaces.primefaces.theme=pandora-#{guestPreferences.componentTheme}
joinfaces.primefaces.font-awesome=true
joinfaces.jsf.facelets-libraries=/WEB-INF/primefaces-pandora.taglib.xml
If you still cannot solve your problem, please prepare a more detailed question so we can solve it.
Best Regards,
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest