Hi, I have a view that displays rows of data, each of which a form that can be edited (passed in an array). Each row has (among other fields), two SELECT lists. The values displayed in the second list depend on the first.
I use Ajax to refresh the second list if the first one changes. Using IE 8 on Windows - it works absolutely fine. The right elements are listed in the second list and the update saves the correct references for both list. Using Firefox, the ajax function workd fine. Changing the first list makes the second list refresh correctly. However, when I select a value in the second list, and save - the record is saved but the second value is always stored as zero. (Changing a value in the second list without changing the fuirst works fine of course!) I'm stumped. Can't find anything on the list or the wider itnernet on this topic. Have I missed something obvious here? Is there a way of forcing Firefox to behave the same way as IE? Is IE working because it is buggy and Firefox behaves correctly? ??

