You need to sign in to do that
Don't have an account?

error - "This page has changed since you started your edit."
Hi,
I am getting the following error and am struggling to find a fix.
"This page has changed since you started your edit. Refresh your page and try again."
The code has been running fine on developer accounts on na6 and na7 but is now failing on cs2! Turning on logging doesnt pick up anything. I don't understand why it works fine on one instance but not the other... dont think there is anything in the config that is much different. Refreshing does not help.
I think the error may happen during a redirect but I will have to go through the code - just wondering if anyone has seen this one before?
Any thoughts?
Thanks
Graham
I just started getting this on a page on NA7. It was working fine last week. I'm not doing a redirect. It has something to do with pageMessage on mine because no data is changing and I have no inputfields on the page.
I've started seeing this error as well. In my particular case it's when I perform an action on a page that happens to contain a custom component with it's own controller and form.
Also, it's only affecting components whose Salesforce.com API version is set to 19.0. If I change it back to 18.0 things work fine.
Please do check if you reference the same controller extension in multiple pages, and you are trying to reference one page from another.
I had same issue today, I was tried to send email with PDF attachment, I did created two pages, one for render PDF file, another for send email screen, those two pages are using same controller extension, from below send mail code, you will see, the controller extension have been refreshed because I want to render PDF as attachment, but the send mail screen still remain same - return null means does not redirect to any page, then i got the error message "This page has changed since you started your edit. Refresh your page and try again.".
the solution for me is split this into two controller extension, one for send mail screen, another for PDF attachment, then it is working fine.
hope this idea works for u.
I think this is an API version mismatch issue. I was getting exactly the same error. Then I noticed that my site template was API version 19 while all of my pages were version 18. Changing everything to version 19 resolved the issue for me.