I am using struts 2.0.6 and I am having problem in loading dropdowns with large value (number of records, i.e. in excess of 5000) in internet explorer.
A list (say 6000 entries in it) which populates a dropdown in firefox within no time (hardly 2-3 seconds), takes more than 90 seconds to populate it when loaded in internet explorer.
Is there something wrong with struts2 select tag on internet explorer? Or it is the IE's problem.