If the window is not updating then most likely the stuff coming back is not xHtml compliant.
To see what's happening, run firefox, with firebug, and open the "console" window.
Change a drop-down and see if a packet comes back to the server (it'll appear in the console).
then click on the XML tab of the reply to see if the reply is valid xml.
cheers
Bruce