#6215 closed defect (fixed)
Button: submit button value not in form data
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a form is submitted via a dijit.form.Button which has "submit" as its type. The buttons name/value is not added to the form data.
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | button_submit.html added |
---|
comment:1 Changed 13 years ago by
Component: | DojoX Form → Dijit |
---|---|
Owner: | dante deleted |
comment:2 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|---|
Summary: | Submit button value not in form data → Button: submit button value not in form data |
comment:3 Changed 13 years ago by
Sorry, the button to be parsed in the attached file should have the attribute 'type="submit"'
comment:4 Changed 13 years ago by
A quick inspection shows that the name and value attributes of the "button" node are not being set.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Need to test if this is just a problem with programatically created buttons, and also if it's specific to a certain browser.