I guess my question might be better asked:
how does the html form pass multiple selected items from a list, and are the any other specific things you need to set besides the "multiple" atribute in the <select> tag.
I have tried to see if it created an array out of the <select> "name" attribute, but that did not work either.