ViewHandler « RichFaces « JSF Q&A





1. Richfaces not working without old ViewHandler?    stackoverflow.com

In JSF application we are using richfaces (Final.3.3.3). In pom.xml there is dependency on jsf-api-2.0.2, jsf-impl-2.0.2 and jsf-facelets-1.1.15.jar, and in faces-config.xml there is <view-handler> configured like this:

<application>
  <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
I know that ...

2. Illegal attempt to set ViewHandler after a response has been rendered    stackoverflow.com

I am getting the below error on my loging page. Illegal attempt to set ViewHandler after a response has been rendered. I am using Richfaces 3.3.3 and facelets and jsf and tomcat web.xml

<?xml version="1.0" ...