I am attempting to use
while iterating over an array of fields. When the field is a FilteringSelect, in IE6 the dojo.query returns undefined (Firefox returns the correct DOM field). When looking at the DOM output of the the FilteringSelect for both browsers, I noticed there is no 'name' attribute associated with dijit field, just the 'name' associated with the 'display: none' text field that stores the value.
