FacesException « IceFaces « JSF Q&A





1. outputProgress FacesException    icefaces.org

keineahnung Joined: 25/10/2007 00:00:00 Messages: 9 Offline I would like to use the progress bar in our web application. Unfortunately I get an exception and i don't know why. We use Spring with Icefaces. The progress works partial (server pushes work), but after the method finished, i get a FacesException. The outputProgress Tag is used in a xhtml file. The following ...

3. javax.faces.FacesException: java.lang.NullPointerException    icefaces.org

Hi , I am using Netbeans 6,Tomcat 6. My index.jsp is as, index.jsp In page1.jsp I am calling page2 as, and my page2.jsp is as, page2.jsp <%@page import="com.MyBean"%> <%@page import="javax.faces.context.FacesContext"%> <%@page import="java.io.*"%> <% FacesContext facesContext = FacesContext.getCurrentInstance(); MyBean myBean = (MyBean) facesContext .getApplication().getVariableResolver().resolveVariable( facesContext, "myBean"); %> and my web.xml is ...