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
Preya VaishnaviPreya Vaishnavi 

Saving a Visualforce page with inline edit does not display the validation error on edit mode

I have a Visualforce page which displays a case record and allows inline editing. When I make an inline edit that triggers a validation error, the page returns to a non-editing state and displays the error message (with all the buttons edit,delete,clone). The main problem here is that the non-editing state shows that the changes have been made when in fact they are not. I need the page to stay in inline edit mode so the user understands that the changes have not taken place, and can correct the issue.

 

Any pointers for the above problem would be very helpful...

 

Has somebody faced the same problem above and have found any solution to this?