for a selectionbox widget, where the user selects items from one <select> box to another, unless the <option> tag has "selected" attribute, the items are not submitted to the server during a POST. what is the best technique for submitting these chosen item values? do people use javascript to apply "selected" to the <option> tags just before the form is submitted?
Start Free Trial