Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Charles Leverette / Charles Leverette (clever71)
Created: 06/25/2012
Components: Core Runtime
Versions: 10.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: Final / CF10_Update14
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win Vista
Vote Count: 8
Problem Description:  GetPageContext().getRequest().getParameter('param_name') is undefined
Steps to Reproduce:
1. Create CFM page with following code:
<cfif structkeyexists(form, "submit")>
    <cfdump var="#GetPageContext().getRequest().getParameter('username')#" />
</cfif>
<form name="test" method="post">
    <input type="text" name="username" value="user.name" >
    <input type="submit" name="submit" value="submit" >
</form>
2. Run above CFM page.
Actual Result:  There is none, displaying "undefined".
Expected Result: "user.name" should be displayed
Any Workarounds: There are none.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3222889
External Customer Info:
External Company:  
External Customer Name: clever71
External Customer Email:  
External Test Config: My Hardware and Environment details:   ColdFusion 10 Standalone, Windows Vista
  Attachments:
Comments: