Hi,I am trying to load a drop down field dynamically, but it takes about 30 secs. The main problem is that I am taking the values from an XML which has 5000 nodes. Is there any way I can make it work faster??Currently, I get the XML from an LDAP call and is stored in an form field. Then, at the ente...