Pandora integrated Spring boot

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
bmoguz
Posts: 5
Joined: 24 Dec 2020, 10:57

28 Dec 2020, 10:49

How can I integrate pandora to spring boot,Please help

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

08 Jan 2021, 12:49

Hi,
@mert.sincan Could you please check this issue?

Best regards,

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

20 Jan 2021, 05:21

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

Code: Select all

jsf:
  primefaces: 
    theme: pandora-#{guestPreferences.componentTheme}
    FONT_AWESOME: true
jsf:
  facelets-libraries: /WEB-INF/primefaces-pandora.taglib.xml
or "application.properties" file

Code: Select all

jsf.primefaces.theme=pandora-#{guestPreferences.componentTheme}
jsf.primefaces.font-awesome=true
jsf.facelets-libraries=/WEB-INF/primefaces-pandora.taglib.xml
or if you want to use primefaces with joinfaces add this line to "application.properties" file.

Code: Select all

joinfaces.primefaces.theme=pandora-#{guestPreferences.componentTheme}
joinfaces.primefaces.font-awesome=true
joinfaces.jsf.facelets-libraries=/WEB-INF/primefaces-pandora.taglib.xml
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,

Post Reply

Return to “Pandora - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests