Ok, got that working, but it seems that I need to submit through ajax instead.
I have some dropdowns, which are populated by ajax to prevent having to do a postback.
the problem is, I have one dropdown that populates another based on the first's selection.
This is working fine, and I can see...