refresh 2 « IceFaces « JSF Q&A





1. IceFaces, Facelets and page refresh    icefaces.org

3. problem with concurrent dom views and page refresh    icefaces.org

I have setted to true the com.icesoft.faces.concurrentDOMViews param to allow using more than one window browser in the same session. The pages works fine, but when i do a refresh page via browser refresh button or via javascript I get an unexpected behaivour. After the page refresh I only see the header of my web app in the browser, no other ...

4. problem with internal jspx refresh    icefaces.org

6. Refresh page    icefaces.org





10. Refresh Problem    icefaces.org

Hello All, I am facing one problem regarding ajax components. Unless and until the web page is not refreshed ajax components does not work.When web page is refreshed it works fine. What is the possible cause?? I am posting this problem for the third time but I am not getting any answers. If this problem is not resolved I would have ...

12. ui:include not refreshing    icefaces.org

Hi. I have a xhtml file with this tag: The atribute file from myBean retrieve a name of a xhtml file. On the same page, I have a ice component with an "action" class, that take me to a method that return a String to refresh the page. This method also change the file value. My problem is ...

13. Title isn't refreshed in browser using ICEFaces + Facelets    icefaces.org

try ui:param instead :- In your template:- title: #{titleName}

Default body etc.... Then in your body composition (like Welcome.xhtml or jspx):- all your body stuff

14. Auto-refresh/realtime components    icefaces.org

15. Too much refresh with icefaces...    icefaces.org

16. Refreshing inputtext element    icefaces.org

I am running a web form on IceFaces 1.6/JBoss 4.0.5/Seam 1.2.1 set up. What I am trying to do is this: There is a dropdown (selectOneMenu) that lists the names of some db records. Upon making a selection all other fields in the form should be reset to the values in the selected db record. To do this I do something ...





18. everytime page is refreshing    icefaces.org

23. Refresh of a ice:form    icefaces.org

public class MyManagedBeanAutoRefreshed extends MyManagedBean implements Renderable{ private static Log log =LogFactory.getLog(ConsoleSessionAutoRefreshed.class); private PersistentFacesState state; public ConsoleSessionAutoRefreshed(){ state = PersistentFacesState.getInstance(); } public PersistentFacesState getState(){ return state; } public void renderingException(RenderingException renderingException){ log.error("Error in auto refresh Client of session " + this ,renderingException ); } RenderManager renderManager; public void setRenderManager( RenderManager renderManager ){ this.renderManager = renderManager; IntervalRenderer intRend = renderManager.getIntervalRenderer(this.toString()); intRend.setInterval(5000); intRend.add(this); ...

25. gMapGeoXml and NetworkLink refresh    icefaces.org

26. ui:include causing full page refresh    icefaces.org

Hi there! I have this simple page, where I have a dinamically ui:include (decided by a field in a bean) and a fixed, session scoped dataTable. Each of the included pages does two things: allows the user to upload a file, and adds that file to the dataTable's backing list. So, if I just keep adding files, everything is ok: the ...

27. How to make Tree component refresh after server-side TreeModelEvent?    icefaces.org

I have a page with an ice:tree component, where the value of the tree is a swing TreeModel, just like in the demo. However, unlike the demo, my TreeModel is constantly changing based on a variety of factors which have nothing to do with the user. Right now, my tree looks great and is perfectly synchronized with reality the moment a ...

28. F5 refresh - socket exception    icefaces.org

20:53:45,969 ERROR [[Persistent Faces Servlet]] Servlet.service() for servlet Persistent Faces Servlet threw exception java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764) at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:129) at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570) at org.apache.coyote.Response.doWrite(Response.java:560) at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353) at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434) at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349) at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381) at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370) at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89) at java.util.zip.GZIPOutputStream.finish(GZIPOutputStream.java:95) at com.icesoft.faces.webapp.http.common.standard.CompressingServer$CompressingResponse.finishCompression(CompressingServer.java:69) at com.icesoft.faces.webapp.http.common.standard.CompressingServer$CompressingRequest$1.respond(CompressingServer.java:45) at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:143) at com.icesoft.faces.webapp.http.common.standard.CompressingServer$CompressingRequest.respondWith(CompressingServer.java:41) at com.icesoft.faces.webapp.http.common.standard.CacheControlledServer$EnhancedRequest.respondWith(CacheControlledServer.java:63) at ...

30. Page refresh    icefaces.org

32. no page refresh after action    icefaces.org

33. Dynamic form refresh    icefaces.org

Hello, I've created a dynamic form by means of dynamically creating a panelGrid and then bind it to the form. This works fine when first rendered. What I need now is to be able to change the dynamic fields according to a drop down list: through the dropdown list I choose which form needs to be shown. The problem I have ...

34. User Session Expired Keeping Showing after refresh    icefaces.org

Hi, After the broswer idled for sometime, a pop up shows "User Session Expired". However, no matter how many times I press the "Reload" button or press "F5", this message box keep showing and the navigation and the iceface page seems dead. (The page works fine before the session time out pop up) I have tried 1. emptySessionPath ="true" 2. set ...

35. Problems refreshing css    icefaces.org

Hi, I'm having a problem with ICeFaces and css. When I do some changes to css files or xhtml files on an already deployed application, ICEFaces does not reflect the changes. For them to be come affective I have to restart the server. Is there any posibility to enable "on the fly" changes ? I am using tomcat 5.5 (latest version) ...

36. Refreshing component on client side.    icefaces.org

37. (SOLVED) Blank page after browser refresh!!    icefaces.org

Hi.. first i want say thanks for this great framework/components library :D I love it. I am using this scenario: Facelets + JSF1.2_07 + ICEfaces 1.7.0beta1 + Tomcat 6.0.14 in Windows Vista Ultimate and Netbeans 6. Everything works perfect and very good looking. But i have a little problem: When i press browser refresh page button, i get a entire blank ...

39. Click refresh button on ie7 leads to page error!!!!(Aaaargh)    icefaces.org

Hi all, this is a really serious bug, has anyone experienced this??? if I go to my icefaces application page and then click refresh button of ie7 it says that cannot open the page!!!!!!!! debugging the javascript it says error: this.application is null or not an object in file icefaces-d2d.js line 258 I can't believe this! please help me (I know ...

42. Refresh entire page    icefaces.org

45. How to refresh the contents?    icefaces.org

I got a data table populated with records in it.When the User clicks each record ,it will take to a detail page and after making the change and close the window, the data table should be refreshed. I am able to rerender the list in the backing bean for data table.But the updated value is not reflecting in the UI.But if ...

47. Refresh DataTable after RowSet params change    icefaces.org

I have a very basic application. A DataTable feeded with a RowSet quering against Oracle database. I want to apply a filter on data. The init code: getSessionBean1().getGclienteRowSet().close(); getSessionBean1().getGclienteRowSet().setString(1, "LUISMA"); getSessionBean1().getGclienteRowSet().setString(2, "%ALI%"); getSessionBean1().getGclienteRowSet().execute(); I have a InputText and a Command button. The code on button action: getSessionBean1().getGclienteRowSet().close(); getSessionBean1().getGclienteRowSet().setString(1, "LUISMA"); getSessionBean1().getGclienteRowSet().setString(2, "%SORIA%"); getSessionBean1().getGclienteRowSet().execute(); getGclienteDataProvider().refresh(); All seems Ok but the table don't refresh ...

49. how can I refresh my ice:datatable    icefaces.org

50. F5-Refresh problem!!    icefaces.org

51. File upload: need to refresh page to display datable correctly    icefaces.org

Dear all, I have a form with a file upload component and its progress bar. It works well. But after made the upload, I would like to display information about the file (exactly as its done in the component Showcase application) and this point doesn't work: I need to perform a refresh on my page to display correctly my datable. Any ...

52. Problem with my pages after refresh    icefaces.org

Hello, obviously there is a problem with the CSS after page refresh. For instance, the scroll for the datatable is gone after page refresh, the centering is lost for some components, some buttons gets smaller and some forms bigger, etc. I'm using tabset. Any ideas why it is happening ? Thank you in advance.