Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Mark Forsberg #1
cfform/cfgrid form submit error
I have a simple grid:
<cfgrid name="testGrid" format="flash" query="getHistory">
<cfgridcolumn name="idno" header="Employee ID">
</cfgrid>
The grid is populated just fine. When I submit the form instead of seeing the
form variables I am getting the following error:
The submitted cfgrid form field is corrupt (name: __CFGRID__NEWFORM__TESTGRID
value: __CFGRID__COLUMN__CFGRIDROWINDEX
__CFGRID__DATA__1__CFGRID__COLUMN__IDNO__CFGRID__D ATA__3000080)
I've changed columns in the query and no difference. The error still occurs.
Any ideas on where this error comes from?
We are using CFMX 7.02 on a Windows 2000 Server. Query is coming from Oracle
8i.
thanks.
Mark
Mark Forsberg Guest
-
cfform cfgrid
Hey all. If I use a cfgrid on a cfform page type="flash" How do I used the data submitted to "insert' page. For example.. a user enters data... -
CFform Button Submit.
I have a form works will however I have noticed that the submit button doesnt work when the enter key is hit, the button is selected (hilited), is... -
flash cfgrid in html cfform bug
I have a cfform in html format on my page, I want a cfgrid in flashformat in that form. No problem thus far. When I submit the form, and dump the... -
Flash Page Navigation - CFFORM/ CFGRID
Actually this would require updates to the grid tag as well. Right now the grid loads all of the query rows into it, so this would need to change so... -
PHP gives error when using image for submit form!
Hello, I want use instead of the standard submit-button a image! This don't work, he gives a error on file php4ts.dll, then he is closing the... -
Mark Forsberg #2
Re: cfform/cfgrid form submit error
I found the problem. I was calling a custom tag in application.cfm. This is a
CF5 app being upgraded.
<cf_inputFilter scopes="form,url" chars="%&;=" tags="script,object">
Apparently this breaks the posting action of a Flash Form. I removed the code
and now life is good again.
Mark
Mark Forsberg Guest
-
Cory Akins #3
RE: cfform/cfgrid form submit error
Thanks to mark's comment I fixed my issue. I was doing something similar with an input filter, it automatically trimmed all form input, and set it back to itself. The CFGRID doesn't like this. I took out the input filter and no more corrupt form.
Thanks Mark
Cor
From [url]http://www.developmentnow.com/g/66_2007_4_0_0_959371/cfformcfgrid-form-submit-error.ht[/url]
Posted via DevelopmentNow.com Group
[url]http://www.developmentnow.com[/url]
Cory Akins Guest



Reply With Quote

