It sounds like CF server is caching your edit page. You should be able to
stop it from doing this by appending a random number to the URL in your
cflocation tag. something like:
url="EditEmployeeForm.cfm?random=#randrange(1,100)#"
Brad
> -----Original Message-----
> From: Kronenberger, Douglas [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 4:42 AM
> To: '[EMAIL PROTECTED]'
> Subject: Trouble with <CFLocation> or something
>
>
> I'm updating a employee record using a EditEmployeeForm.cfm page that
> submits the changes to a EditEmployeeAction.cfm page. The
> EditEmplyeeAction.cfm uses the <CFUPDATE> tag to update the
> employee record
> and then uses the <cflocation> to return to the
> EditEmployeeForm.cfm page.
> My problem is that upon returning to the EditEmployeeForm.cfm page the
> changes are not reflected (the old data appears). Checking
> the database
> shows that the changes have been made there. If I hit refresh after
> returning to the EditEmployeeForm.cfm page the changes are
> reflected after
> the refresh.
>
> I'm not using any session variables just passing a Emp_ID
> along in the url.
>
> I hope I have supplied enough explanation that someone is
> able to offer some
> advice.
>
> Thanks in advance.
>
> Douglas Kronenberger
> Multimedia/Web Developer
> CIO National Training & Education Office
> Department of Veterans Affairs
>
> 440-526-3030 x7776
>
> --------------------------------------------------------------
> ----------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.