Bridge FacesContext should set currentInstance FacesContext on the ELContext
----------------------------------------------------------------------------
Key: PORTLETBRIDGE-108
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-108
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha, 1.0.0-beta
Reporter: Michael Freedman
Assignee: Michael Freedman
Currently the bridge sets its FacesContext instance on the ELContext (so it can
be grabbed later in resolvers)/and or used to verify we are running in a
FacesContext . If someone has wrapped our context then there is a mismatch
between the FacesContext.getCurrentInstance and the one we have set on the
ELContext. Not only does this cause a TCK test to fail but is generally bad as
the wrapee wouldn't be called/used in this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.