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?
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.
Don't see what you're looking for? Try a search.
|