Bug in UIViewRoot causes Exception in popComponentFromEL()
----------------------------------------------------------
Key: MYFACES-2146
URL: https://issues.apache.org/jira/browse/MYFACES-2146
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-alpha
Reporter: Jan-Kees van Andel
UIViewRoot.encodeBegin() is missing a code path.
Because of this, the UIViewRoot instance is not added to the current component
stack.
This causes an exception in UIComponent.popComponentFromEL(), because pop is
being called on an empty stack.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.