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>
但是沒有在門戶中應用主題。