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
Nitish Singh 22Nitish Singh 22 

How can i determine if VF page is dirty or not ??

Basically i want determine whether some values has been chnaged on my VF page so that i can throw a save prompt message whenever user tries to close the page .
Jamal RidaJamal Rida
Whether you use Jquery Validator Framework to check if inputs are correct, Or use serverSide Check by using ApexPAges.addMessages and bind it with <apex:pageMessages>.