renderManager « IceFaces « JSF Q&A





1. Seam Converation + Icefaces RenderManager    seamframework.org

3. Application Start up / RenderManager    icefaces.org

6. RenderManager help    icefaces.org

Hi everybody, Thanks in advance to the people who can help me :) I want to use Ajax Push and i want to use RenderManager. Even reading the developper's guide, i can't really understand how i can use the RenderManager, with which managed bean ? Someone can help me please ? NB: I want to render a change from one user ...

8. RenderManager and browser refresh    icefaces.org

I'm working on little messaging system where messages are asyncronously generated by the server and should be delivered to the user browser as they become available for the user session via RenderManager. Everything is working just fine but when user refreshes the page via F5/Ctrl+F5 the messages stop appearing in the user browser. I see the messages in the server log. ...





10. Problem with com.icesoft.faces.async.render.RenderManager    icefaces.org

Hi, We have a problem in ICEfaces 1.6 with server side rendering and page navigation: In fact, we have a first page "P01.jspx" from wich we have displayed the current time (with class com.icesoft.faces.async.render.IntervalRenderer). This displaying is upgraded across a backend bean that implements "com.icesoft.faces.async.render.Renderable" interface on each second and on this page we have a button that simulate a treatment ...

11. problem with RenderManager    icefaces.org

I used RenderManager to update page without refresh . but servial minutes later , server report error: 2007-11-4 15:28:13 org.apache.catalina.core.StandardContextValve invoke ??: Exception sending request destroyed lifecycle event to listener instance of class com.sun.faces.application.WebappLifecycleListener java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841) at java.util.HashMap$KeyIterator.next(HashMap.java:877) at org.apache.catalina.util.Enumerator.(Enumerator.java:101) at org.apache.catalina.util.Enumerator.(Enumerator.java:67) at org.apache.catalina.connector.Request.getAttributeNames(Request.java:938) at org.apache.catalina.connector.RequestFacade.getAttributeNames(RequestFacade.java:278) at com.sun.faces.application.WebappLifecycleListener.requestDestroyed(WebappLifecycleListener.java:75) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) ...

12. renderManager does not work after refresh    icefaces.org

I have a problem regarding renderManager. Situation: I have a class that has implemented Renderable. I create and intialize my RenderManager. I have a popup with a progress bar that requires rendering. When selected items on the page a popup will appear with the progress rendering from 0 - 100%. Once complete the popup will hide away. Then I hit refresh ...

14. A question about RenderManager    icefaces.org

15. Problem with renderManager    icefaces.org