0
votes

I'm using PrimeFaces 5.0 in my portlet project. I'm facing a problem in applying a theme. I added the all-themes.jar to use the flick theme in the project and configured in web.xml as following.

    <context-param>
    <param-name>primefaces.THEME</param-name>
    <param-value>flick</param-value>
    </context-param>

But not theme is applied in the portal.

1

1 Answers

0
votes

I would recommend you take a look at this post in the Liferay Faces forums.