aspose file tools
The moose likes JSF and the fly likes h:selectOneMenu breaking up in IE 9 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 "h:selectOneMenu breaking up in IE 9" Watch "h:selectOneMenu breaking up in IE 9" New topic
Author

h:selectOneMenu breaking up in IE 9

B Nirvan
Ranch Hand

Joined: Oct 20, 2010
Posts: 82
Hi,
I have a h:selectOneMenu which works well on IE 8 and Google chrome. Recently, I tested the code on IE 9 and the h:selectOneMenu is breaking up. Here is the code for the h:selectOneMenu tag that I am using.


The f:ajax tag inside h:selectOneMenu is supposed to refresh cityList, areaList but that doesn't happen. Instead these selectOneMenu lists retain their old values.

I am using Mojarra 2.0.2 with netbeans and glassfish server 3.

regards,
Nirvan.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: h:selectOneMenu breaking up in IE 9
 
Similar Threads
Problem in JSF
Problem with custom component + <f:ajax>
How to auto-render a GUI using Ajax
Send Ajax request to refresh dataTable
Can we assign JSF Ajax Render attribute dynamically?