FacesContextImpl.getPartialViewContext() does not use wrapped context but only
(this)
-------------------------------------------------------------------------------------
Key: MYFACES-3234
URL: https://issues.apache.org/jira/browse/MYFACES-3234
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Environment: myfaces trunk
Reporter: Martin Kočí
Assignee: Martin Kočí
example:
CodiFacesContextWrapper extends FacesContextWrapper
org.apache.myfaces.context.servlet.FacesContextImpl.getPartialViewContext():
_partialViewContext = factory.getPartialViewContext(this)
-> partial view context is created always with FacesContextImpl instance not
with the wrapped one
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira