1. Not being forwarded to next page as defined in action tag (long process with outputConnectionStatus) icefaces.orgHi. I'm used the ice:outputConnectionStatus in my page, when the user clicks on the ice:commandLink an actionListener executes a long process (about 3 minutes long) which prepare the data for the next page graph and than it should go to other page with the help of the action tag, The problem was that after exactly 1 minute im got the "Disconnected" ... |
2. Modal ice:panelPopup + ice:outputConnectionStatus = glassPane ? icefaces.orgHi all, I'm trying to create a sort of glasspane in my IceFaces application by combining a modal panelPopup component that shows a outPutConnectionStatus. This is (or better: should be) used in the GUI as follows: The user enters some information on a web page and presses a button that initiates a (possibly) lengthy operation (in my case: a XML transformation ... |
3. Re: outputConnectionStatus's "activeLabel" appearing at the top/left of page icefaces.org/* BEGIN CONNECTION STATUS INDICATOR STYLES */ .iceOutConStat { height: 0px; margin: 0px; width: 0px; } .iceOutConStatInactv { height: 0px; width: 0px; display: none; visibility: hidden; background-image: none; } .iceOutConStatActv { top: 0px; left: 0px; background-image: url( ./images/ConnectionActive.gif ); background-position: center 175px; width: expression(document.body.xxWidth); /* so width is 100% in IE */ width: 100%; height: expression(document.body.xxHeight); /* so height is 100% ... |
4. outputConnectionStatus icefaces.org |
6. outputConnectionStatus positioning question icefaces.orgWe used a relative position defined the class navConnectionStatus in showcase_style.css around line 546. This is a bit tricky to explain. But basically its relatively positioned to the parent div element which has the class body_content. This makes the connection panel position nicely with the tabset. The tabset and other containers in the tabset are statically positioned which changes how the ... |
7. outputConnectionStatus: hourglass only? icefaces.org |
8. |
9. Need help on outputconnectionstatus... icefaces.org |
10. ice:outputConnectionStatus style icefaces.org |
11. ice:outputConnectionStatus on IE8 icefaces.orgHi, I am using the ice:outputConnectionStatus component on a web application and the component is showed correctly on Firefox and Safari. The problem I have is that on IE8 the component cannot be centered horizontally. I have remarked the borders of the component on the rime.css file with the next lines: .iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect { width: 25px; height: 25px; margin: ... |
14. ice:outputConnectionStatus works only one time icefaces.orgHi everyone, I'm new on icefaces and I have a problem. I have |
15. FacesMessages and OutputConnectionStatus icefaces.org |
16. ice:outputConnectionStatus works only once icefaces.org |
17. Changing outputConnectionStatus label position icefaces.org |
18. Broken css of outputConnectionStatus? icefaces.org |
19. <ice:outputConnectionStatus> icefaces.orgHi Mark, Thanks a lot for your reply. Let me reiterate our functionality. We have button on the screen; when I click on the button, code is taking too much time to load the data on the screen. So we have decided to show Loading. Message on clicking of that button and message should vanish once data load on the screen. ... |
20. Problem with outputConnectionStatus in 1.7 icefaces.org |
21. outputConnectionStatus always idle icefaces.org |
22. Q: Can I override the OutputConnectionStatus selected image? icefaces.orgHi. I've got an OutputConnectionStatus icon on my page, and it works fine, showing active interactions with the backend. There's a part of my application where the server is performing a long task. It kicks off another thread and does its thing, and the Web page is using the Renderable interface to notify the browser when it's finished. It works great ... |
23. |
24. How to use outputConnectionStatus AND popupDialog icefaces.orgHi there, i have a hopefully simple question about the outputConnectionStatus component. How to use it and don't deactivate the popupDialog? In more detail: I use ICEfaces, JSF 1.1 and facelets. In some of the view i included the outputConnectionStatus component, in others not. Before i did that, i got an popup saying things like "Network connection interrupted" and so on. ... |
25. ice:outputConnectionStatus not showing correct status icefaces.orgHi, We are running Icefaces 1.7.1 in Tomcat 5.5.26, and we are facing a problem with ice:outputConnectionStatus, it is not displaying the correct status. As in a particular situation when we clicking a button to perform some operation, the ConnectionStatus becomes active momentarily and then becomes inactive, and the problem we face is that our users click the button repeatedly as ... |
26. Is it possible to access the outputConnectionStatus connection state? icefaces.orgI want to render the outputConnectionStatus only if is not in active state. If it is in active state it should disappear. The idea was to access the state throught the binding but it seems that the state is not exported. Is there a way to make set rendered="false" if the connection state is not active? |
27. Push and ice:outputConnectionStatus icefaces.org |