browser « IceFaces « JSF Q&A





1. Using JSF with multiple tabs in one browser    stackoverflow.com

By 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.com

HI, 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

6. Browser support    icefaces.org

7. Browser support    icefaces.org

Hello, 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 ...

9. Mobile Browser    icefaces.org

Hi. 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

12. Weird browser history behaviour    icefaces.org

13. Open a web page in default browser    icefaces.org

16. Use IceFaces with Mobile Browsers    icefaces.org





19. ICEFaces freezes the browser    icefaces.org

21. user session is not expiring in new browsers    icefaces.org

Hi 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.org

Hi 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.org

I 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

29. New browser on same session detection    icefaces.org

Two 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.org

Hi. 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 defined in web.xml. For example, add something to component-showcase example to call this method when the user close ...

32. Browser Back Button    icefaces.org

33. Detect browser version    icefaces.org

34. Browser (IE8) Memory Leaks    icefaces.org

Hello, 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 ,the memory of the IE process increase up to ...

35. Browser [View --> Text Size]    icefaces.org

Component 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.org

Component 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.org

Hi Philip, Thanks for the quick reply. I tried with the option, and it worked. But it seems there are certain problems with option: 1) the current request will be terminated and creates a new request, its like the round trip. Probably it may hit the performance. 2) If the current request is trying to get the data from ...

38. fill entire browser page    icefaces.org

40. PROBLEM in ICEFaces 2.0: Cannot perform Ajax Push update on mufti-browsers/tabs    icefaces.org

Hi 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.org

I'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.org

hello, 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 won't work : for windows Explorer I can see all the menu's items but no ...

43. Detecting Browser Closed    icefaces.org

Hi 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.org

Hello! 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.org

Here'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.org

I 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.org

selectOneMenu 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.org

Please 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 ...

51. Browser close detected only on redeploy    icefaces.org

I 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.org

We'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, ...

56. Browser back button and double submit    icefaces.org

Hi 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 ...

59. LoginPanel at center of Browser    icefaces.org

63. ICEfaces in Mobile Browsers    icefaces.org

Hello, 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.org

I'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 to the navigation rule and then the file comes back with a 404 ...