|
ThemePrimefaces
Alterar thema do primefaces
por web.xml <context-param> <param-name>primefaces.THEME</param-name> <param-value>bootstrap</param-value> </context-param> por html source code <link type="text/css" rel="stylesheet" href="/project/faces/javax.faces.resource/theme.css?ln=primefaces-bootstrap" /> por web.xml dinamico <context-param>
<param-name>primefaces.THEME</param-name>
<param-value>#{loggedInUser.preferences.theme}</param-value>
</context-param>
|