2014-05-13 115 views
0

我在我的portlet项目中使用PrimeFaces 5.0。我在应用主题时遇到问题。我添加了all-themes.jar以在项目中使用flick主题并在web.xml中进行配置,如下所示。Primefaces主题不适用于Liferay portlet

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

但是没有在门户中应用主题。

回答

0

我建议你在Liferay Faces论坛上看看this post