Re: Cannot reset buffer after response has been committed && JspViewDeclarationLanguageStrategy

2012-07-30 Thread Leonardo Uribe
Hi TA >> i get following error if i try to open a page, which does not exist: TA >> Cannot reset buffer after response has been committed TA TA >> As far as i can see, the JspViewDeclarationLanguageStrategy handles the TA >> "null" viewId and if i return "false" in #isHandle, it works without

Re: Cannot reset buffer after response has been committed && JspViewDeclarationLanguageStrategy

2012-07-25 Thread Thomas Andraschko
I created an issue after analzing the original problem: https://issues.apache.org/jira/browse/MYFACES-3587 Should i also create an issue because disable SUPPORT_JSP_AND_FACES_EL requires to set the EXPRESSION_FACTORY? Or is it be design? 2012/7/25 Thomas Andraschko > Ah, sorry! I got another ex

Re: Cannot reset buffer after response has been committed && JspViewDeclarationLanguageStrategy

2012-07-25 Thread Thomas Andraschko
Ah, sorry! I got another exception now: javax.faces.FacesException: Cannot find a valid PDL for view id null. So the third question is, isn't there any viewId == null check? 2012/7/25 Thomas Andraschko > Hi, > > i get following error if i try to open a page, which does not exist: > Cannot rese

Cannot reset buffer after response has been committed && JspViewDeclarationLanguageStrategy

2012-07-25 Thread Thomas Andraschko
Hi, i get following error if i try to open a page, which does not exist: Cannot reset buffer after response has been committed As far as i can see, the JspViewDeclarationLanguageStrategy handles the "null" viewId and if i return "false" in #isHandle, it works without problems. Why JspViewDeclarat