1. ICEFacese becomes unstable when synchronousUpdate is false icefaces.org |
3. Two portlets in one page with different synchronousUpdate value break. icefaces.orgHi all! I have 2 portlets developed using 1.7 (latest sp). One of them uses file upload and a progress bar which requieres synchronousUpdate=false... The othe, in the other hand does not require it... If i set synchronousUpdate to true on one and false on the other, the one portlet that requires asynchronous updates does not work (the connection status is ... |
4. Page level synchronousUpdate icefaces.orgHi All, Currently to enable the asynchronous communications I am setting the synchronousUpdate context param in web.xml to false. But this causes each and every JSPX page to ping the server every 60 secs. And I need to utilize the AJAX push feature only for certain pages. Is there any setup possible, so as to restrict the server requests to only ... |
5. com.icesoft.faces.synchronousUpdate=false not working icefaces.org |
6. "synchronousUpdate=false" hangs after session invalidation icefaces.orgHi there! I'm using 1.6DR#4 and JBoss 4.0.5 I have configured the synchronousUpdate on false (setting it on true causes a lost connection after about 30 seconds of idle). The problem is that after invalidating the session (I use a link to logout.jsp which invalidates the session and redirects to login.faces) the login page loads, but any attempt to submit the ... |
7. Refreshing outputProgress with synchronousUpdate = false icefaces.org |