I'm doing a Web application using Spring 3.1.0.RELEASE, JSF 2.x (Mojarra), JPA 2 with Hibernate Provider. The application run on Tomcat 7.x.
I have a debug page, I would like to display all the properties of JSF like numberOfViewsInSession, numberOfLogicalViews, facelets.REFRESH_PERIOD, facelets.SKIP_COMMENTS...
I have found for javax.faces.PROJECT_STAGE
javax.faces.PROJECT_STAGE = #{facesContext.application.projectStage}
How to display this informations in a view ?