Opened 13 years ago
Closed 13 years ago
#9640 closed defect (fixed)
[16716] causing value with empty name to be submitted
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
after applying [16716], the programmatic hidden INPUT is being created with name: as the default when no name was explicitly specified causing extra values to be submitted with the form that can mess up server processes. The name field cannot be specified during creation if empty.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
And then same problem continues in [17411] and [17431]. Sorry, will fix.