Bridge's ELReoslver should resolve JSP EL differently than JSF EL -----------------------------------------------------------------
Key: PORTLETBRIDGE-79 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-79 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 has a single ELResolver that does the same thing whether resolving in a JSP or JSF expression. However, the bridge's EL resolver is designed to do 2 things: expose portlet defined objects already accessible in JSP EL in a JSF EL and expose new variables (not defined by spec) in both environments. This means the impl should distinguish between whether its doign a JSF or JSP EL and in the case of a JSP EL it should evaluate the portlet defined objects -- rather it should defer these to the JSP builtin resolver. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.