1. Using JSF with multiple tabs in one browser stackoverflow.comBy default JSF appears to be very 'stateful'. I need to allow people to use our application with multiple tabs doing many things in different parts of the application. I can't seem ... |
2. Support for IE7 browser using IceFaces stackoverflow.comHI, We are using the JSF with IceFaces as the component libraries. As of now the application is only compatible with the IE6. It is not working with any other browsers. Our ... |
3. how to get browser name in a icefaces coderanch.com |
4. disabling browser cache icefaces.org |
5. Main page freezes after opening a page in a new browser instance icefaces.org |
6. Browser support icefaces.org |
7. Browser support icefaces.orgHello, Mike Our internal testing for Firefox 1.5.0.2 shows that it works fine with the current release of ICEfaces. If you could be more specific about what is not working, we'd be happy to look into it. Are you having trouble with your own application or with one of demos? What application server are you running? What JSF implementation (Sun RI ... |
8. ICEFaces on Netfront browser in Sony Ericsson mobile phones icefaces.org |
9. Mobile Browser icefaces.orgHi. Which mobile browser have javascript full support full. I am doing a application that may run in pcs and mobiles (HTC, Dell Axim), with windows mobile 5, 6. I tried with WM6 and IE, Opera 9.5 and Netfront 3.5, and all show the page content but don't execute the ajax request. Thanks for your collaboration. Danilo PD. Sorry my english. ... |
10. Safari Browser icefaces.org |
11. IE Browser crashes with 2 ICEFaces apps open in seperate tabs icefaces.org |
12. Weird browser history behaviour icefaces.org |
13. Open a web page in default browser icefaces.org |
14. Simple question: How to center selectInputDate? On all browsers icefaces.org |
16. Use IceFaces with Mobile Browsers icefaces.org |
17. Navigation doesn't happend in iceFaces 8.0 after a browser reload icefaces.org |
19. ICEFaces freezes the browser icefaces.org |
20. catch the event (on the server) when the user close the tab/browser icefaces.org |
21. user session is not expiring in new browsers icefaces.orgHi I am creating new icefaces project. I totally three pages. Once I navigate to second or third pages, I could not able to go back to home page even in new browser. It is still showing the same page upto which I navigated in previous browser when I enter home url link. I need to restart my server to see ... |
22. inputFile Browser button label icefaces.org |
23. Browser specific CSS icefaces.org |
24. Series of JavaScript errors in my browser icefaces.orgHi Julio, We've seen the 2nd error before when a user trys to interact with a page before all of the JavaScript is loaded. But I don't think we've seen the 1st error before. If you could show us more of the JSF page we might have a better idea why it's happening. Thanks, Philip |
25. Browser Detection icefaces.org |
26. how to restrict second browser tab icefaces.orgI need anyone's help in fixing a browser issue. When I open two mozilla browsers with same url in both the browsers , the second browser should not display the content of first browser and restrict it from processing the request. Is it possible to do that ?I so,can someone help me to sort out this issue plz..... |
27. Rendering problem with browsers icefaces.org |
28. How to recognize when user close browser for session-scope beans icefaces.org |
29. New browser on same session detection icefaces.orgTwo browser windows can easily be opened in the same session, it's up to the user. This is supported by the ICEfaces concurrentDOMViews=true setting. Detecting this is straightforward -- since ICEfaces Extended Request Scope beans are attached to a browser window, just increment a counter upon creation of the bean and decrement it upon the DisposableBean callback. See the auctionMonitor UserBean ... |
30. Session destroyed when browser is closed???? icefaces.orgHi. I would like to know if it Possible to destroy my session when the browser is closed. I'm using InputFileSessionCleaner.java public void sessionDestroyed(HttpSessionEvent event) { } to clean my resources, but right now the only way is to wait for the |
31. How to make all browser compactability ? icefaces.org |
32. Browser Back Button icefaces.org |
33. Detect browser version icefaces.org |
34. Browser (IE8) Memory Leaks icefaces.orgHello, I'm using Icefaces(1.8.2) + Apche Tomcat 5.5/6.0. In my application i have some problem on the client side with Internet Explorer 6 or above. My web application was used for monitoring data from a system and the browser's page remains open during all the day. So,when i refresh data using some |
35. Browser [View --> Text Size] icefaces.orgComponent Showcase is not effecting the content when we change the view --> Text size to larger,largest or smaller and smallest. But in my application the buttons and some text are looking very much weired when the text size is changed. please let me know if anyone knew the solution to prevent this. Note: My styles(css) are in pixel unit specified ... |
36. browser resizing text icefaces.orgComponent Showcase is not effecting the content when we change the view --> Text size to larger,largest or smaller and smallest. But in my application the buttons and some text are looking very much weired when the text size is changed. please let me know if anyone knew the solution to prevent this. Note: My styles(css) are in pixel unit specified ... |
37. handling browser back and forward buttons using icefaces icefaces.orgHi Philip, Thanks for the quick reply. I tried with the |
38. fill entire browser page icefaces.org |
39. ICEFACE 1.7.2 : multi-tab browser issue icefaces.org |
40. PROBLEM in ICEFaces 2.0: Cannot perform Ajax Push update on mufti-browsers/tabs icefaces.orgHi there! I have written a web app by ICEFaces2.0 which simply performs Ajax Push to change an output value when JMS onMessage method is triggered. This app works fine under single browser/tab. However, when multiple browsers/tabs are started (all of them are accessing to the same app) to listen to the Ajax Push update, the push effect showed only on ... |
41. Browser Detection in Beans icefaces.orgI'm developing my first JSF 2 website, which uses ICEfaces (currently only the core library, not the components). The site is targeted at mobile phones. As there is also a related iPhone app, I'm wondering if there's some way in ICEFaces to detect the user's browser (i.e. UserAgent), so that I can react to it. A first use case would be ... |
42. browsers!! problem icefaces.orghello, I'm using ice faces 2.0 to develop a web-app, I'm just learning how to handle this frame work but I stumbled on a most peculiar problem: the web-app runs smoothly on fire fox but as soon as I switch browsers .. basically the |
43. Detecting Browser Closed icefaces.orgHi Jeff, I don't believe there's any automatic or instantaneous way to do it. You could use an IntervalRenderer, which is one of our Asynchronous Renderers used for AJAX Push. If an IntervalRenderer has been set on a client, and that client closes the browser, the next rendering attempt at the next interval will cause a FatalRenderingException to be thrown, which ... |
44. Hanging non-responsive browser icefaces.orgHello! I have discorvered that when using ICEFaces I often find my self forced to restart both our server ( which is JBOSS) and the browser ( be it IE, Firefox or SeaMonkey) before I get back to a responsive application. Most often it happens right after a new deploy. Sometimes the first deploy and sometimes after the 10th deployment to ... |
45. Same page in two browser windows hangs app icefaces.orgHere's a simple test case - a page with inputSecret whose value is displayed on the same page upon submit. Working case: 1. open page1.xthml in your browser (IE or Firefox) 2. type in 'blah' in input field. 3. click "submit" button 4. in server log observe inputSecret validator, then commandButton's action execute 5. page is redisplayed and 'blah' is displayed ... |
46. how to disable page caching by browser icefaces.orgI noticed that when I hit the browser back button, only /blank.iface request hits the server, yet the page is displayed. This seems to indicate that browser is caching my facelets-icefaces xhtml pages. Any "lucky" response headers that work for both IE and Firefox anyone can suggest? I suppose I could add a Servlet Filter to tack them on. thanks, -nikita ... |
47. Browser compatibilty Issues icefaces.org |
48. selectOneMenu seems to cause browser flicker icefaces.orgselectOneMenu seems to cause browser flicker. I'm building a GUI that looks similar to the component showcase, but also has a menubar and a statusbar. Upon actions through menu or tree, I also update the statusbar selectOneMenu component with a status message SelectItem (upto a max of 20). This way the user can see his/her last 20 status messages (got this ... |
49. Why can't one web-page be loaded in 2 browser's tabs? icefaces.orgPlease try ICEfaces 1.6. ICEfaces 1.6 provides enhancements to Ajax Push that work better with multiple windows. (The underlying problem is that browsers other than Safari share a maximum of two connections per server across all windows; instead it would be preferable for separate browser frames to use their own connections. Fortunately, it is possible to work around this limitation by ... |
50. How to remove the browser toolbars using icefaces? icefaces.org |
51. Browser close detected only on redeploy icefaces.orgI am using JBoss 4.0.3 sp1 and ICEfaces 1.6, Facelets, JSF 1.1 I am using an on demand renderer and it only detects the browser closed situation when I cause JBoss to redeploy my war file by updating the timestamp on the war file. As soon as I touch the war file, ICEfaces throws the TransientRenderingException. Otherwise, it will happily render ... |
52. Browser Memory Leaks icefaces.org |
53. Multiple browser compatibility icefaces.org |
54. ICEfaces and Browser Hangs? icefaces.orgWe're about to begin evaluating different Ajax technologies. I've been pushing ICEfaces as the leading candidate for evaluation. However, there's one issue that I'll have to defend with ICEfaces at the moment -- my FireFox browser sometimes hangs while viewing icefaces.org pages (blog or component showcase). Pardon my naivete, but are these ICEfaces/browser hangs simply the result of generic JavaScript/Ajax issues, ... |
55. InputText and browser autocompletion problem icefaces.org |
56. Browser back button and double submit icefaces.orgHi all, I am new to ICEFaces and I would like to know if ICEFaces can help me solve ongoing problems of web applications - browser back button and double submit. I have read several times that JSF 1.2 are supposed to handle browser back button correctly but not under all circustamces. Browser back button - I don't want to use ... |
57. Strange behaviour with multiple browser tabs icefaces.org |
58. Enable back and forward button of the browser!! icefaces.org |
59. LoginPanel at center of Browser icefaces.org |
61. Hide extension .iface in the bar adress of the browser icefaces.org |
62. How to recognize if the user closed the browser icefaces.org |
63. ICEfaces in Mobile Browsers icefaces.orgHello, I am part of a group that is currently in the development phase of a few different applications and we really love the feel and capability of the ICEfaces components. They have definitely brought life to some pages that were in great need. Due to the nature of these applications, we're attempting to push some of them forward to be ... |
64. One mroe time on using the browser back button icefaces.orgI've been all over the forum and have tried more things then I can count. I'm trying to allow the back button on the browser to work with a facelets app using iceFaces 1.7 on tomcat. I have a working app and I tried to add the |