This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Experiencing odd behavior using ICEfaces app in Internet Explorer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Experiencing odd behavior using ICEfaces app in Internet Explorer" Watch "Experiencing odd behavior using ICEfaces app in Internet Explorer" New topic
Author

Experiencing odd behavior using ICEfaces app in Internet Explorer

C Bell
Greenhorn

Joined: Jun 29, 2009
Posts: 5
I have a basic home page in my ICEfaces w/ facelets application. When I view the app in Internet Explorer none of the commandlinks work. But viewing the page in Firefox everything looks fine.

The rendered markup for both browsers are the same. Has anyone else experienced this?

Internet Explorer

Firefox


Thanks for all of your help.
salem gassara
Greenhorn

Joined: Jul 31, 2008
Posts: 1
Hi,
I have the same problem, commandLinck not work in IE browsers in some cases but it work fine in fireFox.
Guy deLyonesse
Ranch Hand

Joined: Apr 12, 2011
Posts: 189

By default, ICEfaces compresses the underlying JavaScript to improve performance. The problem is that Internet Explorer doesn't do well with compressed JavaScript. To get your ICEfaces app to work in IE, add this



to your web.xml file.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Experiencing odd behavior using ICEfaces app in Internet Explorer
 
Similar Threads
Javascript in Netscape4.7
Id name to javascript
Need to Hide Table inside div:Code is Working Fine in FireFox but Not in IE..Please Help
Number of Table Rows Returning Double
retain textbox focus