Hello, We've run into a problem where javascript event handlers do not work after any ajax form widget fires. For example, before changing a selection box that triggers an ajax event, the forms_onsubmitHandlers has a number of objects in it. After an ajax request, the forms_onsubmitHandlers array is empty (0 length). We're using on-value-changed/javascript on the server-side.
It appears that various page-level javascript variables are being reset when the ajax action runs. Any ideas what's going on and where to look? Has anyone else seen this? Thanks in advance, Eric Meyer
