1. icefaces outputProgress problem coderanch.com |
2. outputProgress component and the Session icefaces.orgI've integrated the outputProgress example into my application and have confirmed that it works when embedded into an existing jspx in my application. In an attempt to fully integrate it into my application, I've come across a problem with accessing the session. When the form is submitted, I kick off several different threads to run in parallel, and return the user ... |
3. code for showing the outputProgress bar icefaces.org |
4. title attribute for ice:outputProgress? icefaces.org |
5. outputProgress transient render failure for View icefaces.orgI pretty much took the outputProgress example and placed it into my application, with a ProgressBar class that my Bean class extends. I do have the outputProgress as being indeterminate="true" and value="#{rebuildBean.percent}". What I'm seeing is when I do the execute which starts my thread, internal to that run method, after I've done some processing and then do a Thread.sleep for ... |
6. outputProgress: where is my problem? icefaces.org |
7. How to use ice:outputProgress in synchronous Mode icefaces.orgHi, I am trying to create a Determinate mode progress bar. I have found that my page is not rendering and state.render(); is throwing an exception. I found the following error on my console. [8/4/09 15:26:23:891 EDT] 00000029 PersistentFac W com.icesoft.faces.webapp.xmlhttp.PersistentFacesState warnIfSynchronous Running in 'synchronous mode'. The page updates were queued but not sent. [8/4/09 15:26:24:078 EDT] 00000029 MainSessionBo W com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet$2 ... |
8. OutputProgress transient render failure icefaces.org |
9. Refresh of OutputProgress bars icefaces.org |
10. How to change the size of an outputProgress component? icefaces.org |
11. general solution for outputProgress icefaces.org |
12. outputProgress problem: percent value is showing up, but not the bar icefaces.org |
13. inputFile and outputProgress problem icefaces.org |
14. OutputProgress in ice:Column icefaces.org |
15. OutputProgress icefaces.orgHi dudes, Here is what I'd like to create. I am building a small-scale application with heavy database usage. Is it possible to make the output progress bar (in "indetermined" mode) appear WHILE one of the heaviest functions is doing its work? Cuz I've tried, but the current behaviour seems to be synchronous? Should I use threads? How can I get ... |
16. Problem with outputProgress in IE7 icefaces.orgI have a problem with the outputProgress component using Internet explorer 7. I'm using this component in a table with an overflow ("lifts" or scrollable grid), when I move the lift the progressbar also moves. I think with the two pictures below you will understand what I want to say. thanks note : in firefox it works without any problem |
17. BUG ice:outputProgress in a datatable icefaces.orgHi, First excuse me for my bad English ... I think it's better to see already the two images attachments, to better understand what i want tio say. This bug happens only in IE. When we have a datatable which contains the ice: outputProgress component , if i moved the scroll bar, to see all the items, the problem happens. Thanks ... |
18. regarding |
19. Running OutputProgress bar color icefaces.org |
20. |
21. outputProgress issue? icefaces.org |
22. InputFile/OutputProgress and Context-Root icefaces.org |
23. 1.7.0 vs 1.7.1 'ice:outputProgress and labels' icefaces.orgHi, I use ice:outputProgress label to display progress and successive operation names. In 1.7.0 it looks ok, progress and label are changing properly. In 1.7.1 progress goes at once to eg. 83% and display '83%' not label what I have set in the bean. After page refresh I see 100%. Now, what it looks from a code perspective: After click button ... |