Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Robin Boudwin / Robin Boudwin (Robin Boudwin)
Created: 03/09/2015
Components: Application Deployment
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Duplicate ID: CF-3842284
Problem Description:
When I changed the cfgrid format to html, I receive the following error when submitting it to cfgridupdate. I searched on this problem and see that others are having it with no resolution. I did not have this problem when the format was applet.
"The submitted cfgrid form field is corrupt "
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3950220
External Customer Info:
External Company:
External Customer Name: Robin
External Customer Email:
External Test Config: My Hardware and Environment details:
<cfform>
<cfgrid name = "PesticideGrid"
format="html"
width="1200"
query = "qrypestPesticides"
insert = "no"
delete = "no"
rowHeaders = "No"
colHeaderBold = "Yes"
selectMode = "EDIT"
insertButton = "Insert a Row" deleteButton = "Delete selected row" >
<cfgridcolumn name="cppestpesticideID" display="yes">
<cfgridcolumn name="product_name" header="Products" width="150" display="yes">
<cfgridcolumn name="description" header="Comments" width="900" display="yes">
<cfgridcolumn name="dateEntered" header="Entered" display="yes">
</cfgrid><br>
<cfinput type="submit" name="pesticidesEntered" value="Save Chemical Comments">
</cfform>
<!--Save Grid -->
<cfif IsDefined("form.pesticidesEntered") is True>
<cfgridupdate grid="PesticideGrid" Keyonly="true"
datasource="#application.dsn#"
tablename="cpPestPesticides">
</cfif>
Attachments:
Comments: