#9702 closed defect (invalid)
timeTextBox not being passed via _POST
Reported by: | tdnnash25 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
I am attempting to use timeTextBox in a form
in the <input>
tag, if you do not set value=
to something, it seems that no matter what time I choose when using the timeTextBox field, no data gets passed via HTTP POST
PHP code:
$time = $_POST['time']; echo $time;
<input type="text" name="time" id="time" ...
etc (I just used the Declarative example code from here: http://docs.dojocampus.org/dijit/form/TimeTextBox#id7
Nothing is displayed to the browser. But, if I set a value in the <input>
tag and run the same script, whatever the value is set to in the <input>
tag ... that is displayed to the browser.
I am using dateTextBox in the same manner and it works great. So, I thought it may be a bug in timeTextBox
Change History (5)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 11 years ago by
don't have access to close bug, can someone close it? not a valid bug
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
note that trac is formattting my php code strangely ...