1. Question about server initiated rendering icefaces.orgHi everyone, I have a question about the server initiated rendering example in the developer's guide chapter 5. As far as I understand each user bean is registered in the stockGroup group renderer. Each time a new StockEvent arrives the highest stock value is updated and all beans in the group are rendered. Since the highest stock value is not in ... |
2. When and how to use rendered attribute icefaces.org |
3. Error by server-initiated rendering icefaces.orgHi, We are using ICEFaces 1.7.1 with WebSphere 6.1, JSF 1.1 We are having a WebApplication which runs normally fine. About one time a day, we get this messages in our logs (but really one time a day, every day!!!): Code: com.icesoft.faces.webapp.xmlhttp.TransientRenderingException: transient render failure for viewNumber 2 at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render(PersistentFacesState.java:212) at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.executeAndRender(PersistentFacesState.java:373) at com.icesoft.faces.async.render.RunnableRender.run(RunnableRender.java:143) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:810) Caused ... |
4. How can I disable the Server-initiated rendering ? icefaces.org |
5. |
6. Problems with rendering a component icefaces.org |
7. problem with rendering within the same page with render attribute icefaces.orgHi, I am using icefaces for one of my project. I am having two jsp files: 1. homepage.jsp 2. page1.jsp On homepage.jsp, I am having a |
8. INVALID_CHARACTER_ERR thrown by ICEfaces when rendering icefaces.org |