Opened 11 years ago
Closed 11 years ago
#10138 closed defect (invalid)
CheckedMultiSelect doesnt post its value
Reported by: | tolu | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Form | Version: | 1.3.1 |
Keywords: | CheckedMultiSelect | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
The following code :
<select multiple="true" name="multiselect[]" dojoType="dojox.form.CheckedMultiSelect" size="3"> <option value="TN"> Tennessee </option> <option value="VA" selected="selected"> Virginia </option> <option value="WA" selected="selected"> Washington </option> <option value="FL"> Florida </option> <option value="CA"> California </option> </select>
See also attached file for complete example.
doesnt produce an entry in the POST-section of the http-Request after submit. This is so in all my browsers (Firefox 353, Opera 926, IE 8.0.6001, Seamonkey 1.1.17 (Opera and IE are displaying radia-buttons instead of checkboxes)
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | dojotest.php added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from dante to Nathan Toone |
---|
in the test case the name="multiple[]" seems wrong? do we support that?
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
yean - that's probably not going to work.
Note: See
TracTickets for help on using
tickets.
complete source of the testfile