Details
Description
The FacesELContext does not have a VariableMapper set.
I see a DefaultVariableMapper is created in DefaultFaceletContext.
This can be solved by doing the following:
1) When getVariableMapper is called on FacesELContext, if the _variableMapper is null create a DefaultVariableMapper at that point.