render 2 « IceFaces « JSF Q&A





1. Question about server initiated rendering    icefaces.org

Hi 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 ...

3. Error by server-initiated rendering    icefaces.org

Hi, 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 ...

5. 
rendered/visible, is it possible?
    icefaces.org

6. Problems with rendering a component    icefaces.org

7. problem with rendering within the same page with render attribute    icefaces.org

Hi, 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 for LOGIN On page1.jsp, I am having two commandlinks one for LOGIN and other for LOGOUT I am rendering the links on page1.jsp depending on whether the session is containing an attribute called "username" ...