-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: bridge-impl-5.0.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Several XHTML documents reference the Portlet 2.0 namespace for referencing Facelet equivalents of Portlet 2.0 JSP tags:
<f:view xmlns="http://www.w3.org/1999/xhtml" xmlns:portlet="http://java.sun.com/portlet_2_0"> </f:view>
This issue serves as a task for ensuring that this continues to work for backward-compatibility purposes. In addition, the bridge-impl/portlet-tags.xml will need to be copied to a new file named bridge-impl/portlet-3-0-tags.xml in order to support the "http://xmlns.jcp.org/portlet_3_0" namespace.