-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-4.2.5-ga6
-
Fix Version/s: liferay-faces-3.2.5-ga6, liferay-faces-4.2.5-ga6
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests, ZZZ: Legacy - POM
-
Labels:None
Demo portlets like the jsf2-portlet utilize Liferay Faces Alloy tags like alloy:row and alloy:column for layout. When deployed under Pluto, the corresponding AlloyUI CSS resources are not available.
The fix for this issue is to add the following dependency to the "pluto" profile for the demo portlets:
<dependency> <groupId>com.liferay.faces</groupId> <artifactId>liferay-faces-reslib</artifactId> <version>${project.version}</version> </dependency>