Skip to content

Instantly share code, notes, and snippets.

@lezi
Created August 17, 2012 09:45
Show Gist options
  • Save lezi/3377485 to your computer and use it in GitHub Desktop.
Save lezi/3377485 to your computer and use it in GitHub Desktop.
Dynamic Theme on Primefaces
A nice trip to use EL expression to apply a theme dynamically. See following code snippet :
File : web.xml
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>#{loggedInUser.preferences.theme}</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment