Opened 13 years ago
Closed 11 years ago
#7824 closed defect (fixed)
dojox.form._FormValueWidget: not posting values
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When submit is called on a form, the values from _FormValueWidgets are not included in the get/post that is sent. This is due to the fact that they are not storing their values in "real" widgets.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:3 Changed 11 years ago by
Milestone: | future → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This should be working now with the stuff we did to move it into dijit.form.
Note: See
TracTickets for help on using
tickets.
(In [15425]) Refs #7824 - add in a hidden form widget so that submitting. This only fixes the DropDownSelect? side of things - multiselect might be a bit more complicated and will be in a separate commit