ProgressBar « IceFaces « JSF Q&A





2. ProgressBar Help    icefaces.org

3. updating progressbar    icefaces.org

hello! Fortunately I fixed my problem, but somehow forgot to post it, sry. My fault was that I tried to implement the method without the inbound class LongOperationRunner which implements Runnable. You have to do it (know I now why ;), so give it a try (like in the examples section). Hope you can fix it. See you.

4. inputFile and ProgressBar    icefaces.org

Hello, I set the property to the inputFile component but I get the following error [code] executePhase(RENDER_RESPONSE 6,com.icesoft.faces.context.BridgeFacesContext@13d179a) threw exception java.lang.NullPointerException at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:354) at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:17) at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.renderCycle(ReceiveSendUpdates.java:114) at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.service(ReceiveSendUpdates.java:66) at com.icesoft.faces.webapp.http.core.RequestVerifier.service(RequestVerifier.java:28) at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24) at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:160) at com.icesoft.faces.webapp.http.servlet.SessionDispatcher$1.service(SessionDispatcher.java:42) at com.icesoft.faces.webapp.http.servlet.GlassFishAdaptingServlet.service(GlassFishAdaptingServlet.java:60) at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63) at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:62) at com.icesoft.faces.webapp.http.servlet.SessionVerifier.service(SessionVerifier.java:22) at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23) at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:153) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:56) ...

7. Popup and InputFile/ProgressBar    icefaces.org

Hi friends, i'm experiencing weird and random popup behavior. I have this popup with an inputFile/Progress bar control into it. Also i have a form and a submit button. The idea is that users upload a file and then submit the form. However, when i click the upload button, the popup just goes wild and moves to another position on the ...





10. Progress Bar Demo ? A better implementation    icefaces.org

http://component-showcase.icefaces.org/component-showcase/showcase.iface?rvn=2 This approach advocated creating a thread pool outside of the application servers control. It would have to be managed in code and per instance of was running. Does anyone have any suggested alternatives for this using icefaces. I would think it best to delegate long running processes to a MDB or separate server. Or just to use a long blocking ...

12. Progress Bar not update your value...    icefaces.org

13. Progress Bar in Vertical    icefaces.org

14. Vertical Progress bar    icefaces.org

15. Question about progress bar    icefaces.org





17. Progress Bar usage    icefaces.org

18. Progress Bar usage HELP    icefaces.org

19. Show progress bar before page renders    icefaces.org

I have an index page that pulls in several other pages to form the whole. Each page is pulled in via ui:include, and is essentially collapsable panel with content contained within. My problem is that loading all of these panels can take several seconds or more and we would like to display a progress bar of some sort, even if it's ...

20. need help: output progress bar    icefaces.org

21. outputProgress - no progress bar showing up    icefaces.org

Hi, I have the following in my jspx, and am using the progressIndeterminate bean from the components showcase samples. In a jsp which is opened at the same time, I do this: OutputProgressIndeterminateBean progressBean = (OutputProgressIndeterminateBean) session.getAttribute( "progressIndeterminate" ...

22. ProgressBar question    icefaces.org

23. Is there another implementation of progress bar aside from ice:outputProgressBar?    icefaces.org

Hi, Since there are a lot of issue using server-side push are there any other implementation of progress bar for pages that have long time transaction processing. In our application, it would really be best if we could show our users that there is progress happening when searching, persisting or updating records. I can't use the progress bar properly because whenever ...

24. outputProgress progress bar - can you specify the width?    icefaces.org

Thank you for the response. Unfortunately, that either does not work with 1.6.2 or I did not understand completely what it is that you did. I have zipped a little test project for myeclipse that shows the following: 1.) index.jsp (the code with the styleclass) 2.) xp.css (modification to add the style class) I have also attached a screen shot of ...

25. Progress bar does'nt work    icefaces.org