Re: [jira] [Commented] (MYFACES-3984) Unable to add an ELResolver programmatically when application includes flows defined with xml

2015-05-05 Thread Dora Rajappan
How are you adding the ELResolver programmatically before first request? Using servlet init? You cant access the facesContext in your Servlet via ServletContext because myface destroys the first facesContext  used by StartupServletContextListener 

Re: [jira] [Commented] (MYFACES-3984) Unable to add an ELResolver programmatically when application includes flows defined with xml

2015-04-30 Thread Dora Rajappan
You can add ELResolver via CDI . Just name and scope the bean and use the name directly in your xhtml. Its not registered with Application interface. So the sorting caching of the configured EL Resolver is unaffected. When you try to add ELResolver programmatically before first request happens

[jira] [Commented] (MYFACES-3984) Unable to add an ELResolver programmatically when application includes flows defined with xml

2015-04-29 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14519694#comment-14519694 ] Mike Kienenberger commented on MYFACES-3984: Can you discuss this issue and