Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Joel Grimes / Joel Grimes (Joel Grimes)
Created: 11/28/2016
Components: Core Runtime
Versions: 2016
Failure Type: Data Loss
Found In Build/Fixed In Build: CF2016_Update3 / 302356
Priority/Frequency: Critical / Most users will encounter
Locale/System: English / Windows 7
Vote Count: 1
Problem Description:
form.fieldnames list does not contain any field that was named with _date at the end of the name
Steps to Reproduce:
<cfdump var="#form#" />
<form action="index.cfm" method="post" enctype="multipart/form-data">
date:
<input type="text" name="test_date" value="" />
Name:
<input type="text" name="name" value="" />
<input type="submit" />
</form>
Actual Result:
NAME
Expected Result:
TEST_DATE,NAME
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4198099
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: Joel Grimes
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- November 29, 2016 00:00:00: 1_missingFieldNames.PNG
- November 30, 2016 00:00:00: 2_CF9_enctypeset.PNG
- November 30, 2016 00:00:00: 3_CF9_EnctypeNOTSet.PNG
- November 30, 2016 00:00:00: 4_CF2016_enctypeset.PNG
Comments: