On 2/16/07, Paul McMahan <[EMAIL PROTECTED]> wrote:
Question 2: After integrating MyFaces into Geronimo's Tomcat container (v6.0.8) I found that I could deploy JSF applications and pass many tests. However, I found that several of the JSTL tests no longer worked. It seems that when MyFaces has been enabled it assumes that all the JSPs in a web app will produce a FacesContext. But that's not the case for JSPs like the following:
[...]
I created MYFACES-1536 for this and attached a patch to it that checks for null after calling elContext.getContext(FacesContext.class). Please commit if it looks ok or advise if it needs more work. Best wishes, Paul
