all groups > coldfusion flash integration > july 2005 >
You're in the

coldfusion flash integration

group:

Old Values appear in fields for Flash Forms



Old Values appear in fields for Flash Forms tgibbons72
7/11/2005 8:25:57 PM
coldfusion flash integration: I have two Flash forms loading into an IFRAME.

The first is a CFGRID that lists the records in a table, with an action script
to go to the Form for that record (in another file)

That form is also a Flash form - when I update the form, it processes Okay
(the table is updated) but the update is not always reflected in the grid
value. Furthermore, when I go back to the record, the ORIGNIAL data
(pre-update) is displayed in the field, dispite the fact that I have set
variables for the fields.

I have tried experimenting with the "Timeout" and "presevedata" tags in the
fields, but when I screw around with them too much, the form will not load at
all and I get a message stating "Form data has expired, please reload page."

It seems to be a reloading / cahce issue - any suggestions?


Re: Old Values appear in fields for Flash Forms drforbin1970
7/26/2005 7:37:31 PM
Not sure if this will help, but I put a random string on every URL when using
Flash forms to prevent cached pages or that 'reload page message.

<cfform name="test" method="post" action="action_page.cfm?#CreateUUID()#" >

This makes every URL unique and should prevent display of cached data.
AddThis Social Bookmark Button