Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): James McCullough / James McCullough (James McCullough)
Created: 08/16/2012
Components: Language
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 11.0
Priority/Frequency: Minor / Very few users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 3
Problem Description: CFPARAM variables with a trailing space after the name will override the form submission with the default value of the param variable
Steps to Reproduce: Create a form with a variable with a name of "fooVar" and a value of 716. Post this form to a page with a param of "form.fooVar " and a default of 0. Please note the space in the param declaration of "form.fooVar ".
CFDUMP of the form scope will reveal a value of 0 for "fooVar". This is the cfparam value. Remove the space in the CFPARAM call and resubmit.
The value will now be 716 as expected.
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3312096
External Customer Info:
External Company:
External Customer Name: jimmymac601
External Customer Email:
External Test Config: My Hardware and Environment details:
Coldfusion 10 Developer, Windows 7 64-bit, Tomcat 7
Attachments:
Comments: