Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0-beta, 2.0.0-alpha
-
None
Description
The Bridge isn't preserving messages in insertion order as per the 1.2 JSF spec. To fix this the PortletFacesContextImpl should switch from using a HashMap to a LinkedHashMap.