I am working with icefaces for 3 months. Now I am facing concurrent issues when I open the same application in 2 windows at the same time. For the 1st window values for combobox are coming properly, but for the 2nd window the combo box is empty.
I am using IE6, Apache Tomcat 6 and Icefaces 1.8. I also made com.icesoft.faces.concurrentDOMViews
true, com.icesoft.faces.synchronousUpdate
checked with both values true and false in web.xml
. And for managed bean I tried with session and request scope in faces-config.xml
but with no luck.
Why is the combo box in the second window empty?