FaceletViewHandler « Facelets « JSF Q&A





1. Unable to find class 'com.sun.facelets.FaceletViewHandler'    stackoverflow.com

I have Richfaces application which I deploy to Glassfish v3. For many weeks (almost) everything works fine, but suddenly today a got following error. I have jsf-facelets-1.1.14.jar dependency in my pom.xml. ...

2. Redirecting to a Facelet is not working when extending FaceletViewHandler    stackoverflow.com

I'm overriding the handleRenderResponse method defined in com.sun.facelets.FaceletViewHandler:

protected void handleRenderException(FacesContext context, Exception ex)
I'm overriding this method so I can redirect the user to a custom error page (which contain the desired ...

3. Migrating from facelets 1.1 to faclets 2.0 - FaceletViewHandler    stackoverflow.com

I have read the following post which was very helpful Migrating from JSF 1.2 to JSF 2.0 but I am having a problem with the migration as I have a custom view ...