AbstractPageBean « IceFaces « JSF Q&A





1. AbstractPageBean when using Facelets    icefaces.org

2. Question on AbstractPageBean and overriding phase event methods    icefaces.org

I have a simple ICEfaces test web app with one page that I generated with Netbeans 6.5 and the ICEfaces plugins. I currently have "com.icesoft.faces.standardRequestScope" set to true and "com.icesoft.faces.synchronousUpdate" set to true and when I generated the application I chose "Enable Rave ViewHandler", so inside of the faces-config.xml, the view handler is setup to "org.icefaces.netbeans.rave.web.ui.appbase.faces.ViewHandlerImpl". In my Page1.java backing bean, ...