Using apollo layout pages

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
sideger
Posts: 4
Joined: 15 Nov 2016, 10:55

17 Nov 2016, 07:08

Hi! I've recently purchased apollo and im trying to use the layout pages. Am I really required to create the guserPreferences bean? Dont we have an option to use layout and at the same time specify the theme via context param?
Primefaces 6.0
Glassfish 4.1.1
JSF 2.2
Netbeans 8.1

sideger
Posts: 4
Joined: 15 Nov 2016, 10:55

18 Nov 2016, 06:47

even the template.xhtml from the layout zip refers to guest preference. I cannot make this work out of the box
Primefaces 6.0
Glassfish 4.1.1
JSF 2.2
Netbeans 8.1

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

18 Nov 2016, 14:46

You can remove guestPreferences bean. Then, please add color that you want to use in the layout/theme;
in web.xml

Code: Select all

<context-param>
        <param-name>primefaces.THEME</param-name>
        <param-value>apollo-SELECTED_COLOR</param-value> //Exp; <param-value>apollo-blue</param-value>
</context-param>
in template.xhtml

Code: Select all

<h:outputStylesheet name="css/layout-blue.css" library="apollo-layout" />

instead of

<h:outputStylesheet name="css/layout-#{guestPreferences.theme}.css" library="apollo-layout" />
etc.

sideger
Posts: 4
Joined: 15 Nov 2016, 10:55

25 Nov 2016, 03:45

Well, I was hoping we could do away with manually specifying the the layout name since its already in context param. But no problem and thanks for the response!
Primefaces 6.0
Glassfish 4.1.1
JSF 2.2
Netbeans 8.1

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

25 Nov 2016, 08:38

Thanks for the update!

Post Reply

Return to “Apollo - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests