-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
As of the time of this writing, JSF 2.3 is being developed under JSR 372. One of the new conventions of JSF 2.3 will be to have Facelet views under WEB-INF/views and composite components under WEB-INF/resources.
This task involves modifying the project layout of the Liferay Faces demo portlets such that they take advantage of this new convention.
Note that composite components can be under WEB-INF/resources thanks to the following context-param feature introduced in JSF 2.2:
<context-param> <param-name>javax.faces.WEBAPP_RESOURCES_DIRECTORY</param-name> <param-value>/WEB-INF/resources</param-value> </context-param>
Demos that exist in branches that utilize JSF 2.1 must continue to have composite components under /resources.
- causes
-
FACES-2227 Missing image in showcase - commandButton - general
-
- Closed
-