melloware opened a new pull request, #590:
URL: https://github.com/apache/myfaces/pull/590

   This was my idea was to refactor this where the init params are being read 
to evaluate them for EL.
   
   However I suspect using FacesContext here is not correct?
   
   ```java
           FacesContext facesContext = FacesContext.getCurrentInstance();
           return (T) 
facesContext.getApplication().evaluateExpressionGet(facesContext, param, 
Object.class);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to