-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.0.0-ga1
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The current implementation of PartialViewContextImpl walks and process the whole component tree. This is inefficiently and incorrect according to description of interface (see http://docs.oracle.com/javaee/6/api/javax/faces/context/PartialViewContext.html#processPartial(javax.faces.event.PhaseId) ). As a result strange errors during partial requests.