function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sheida Saedifaez 7Sheida Saedifaez 7 

my visual force is not showing the updates when it is re-visited

Hi there, i need some help here!
my visual force page is part of an application built on angular framework. what happens, is that when i go to my page, and i update a field. my debug log shows that the update is done properly, db is updated properly, etc. but when i click on one of the angular pages, and then come back to my page again, all updates are lost. I checked the debug logs, the constructor is not being called and the state of the page is the same as it was loaded initially.

i also set the cache="false" at the begining of my page, but no luck.

can anyone shed some light on this? 
thanks very much!
Sheida.
William TranWilliam Tran
Your page is likely not getting refreshed with the saved value, how are you navigating back? the back button? Hitting refresh on the browser should be the latest data back.

thx