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

Override standard save and edti button in visualforce page
Hi folks,
Can anyone tell me how to override the save and edit button in visualforce page?
I want to use the two boolean variable in that save button method with same functionality
I have tried the following code for this usecase
But the save functionlity not working here
Thanks in advance
Karthick
Can anyone tell me how to override the save and edit button in visualforce page?
I want to use the two boolean variable in that save button method with same functionality
I have tried the following code for this usecase
public PageReference save() { showContent = true; hidecontent = false; return null; }
But the save functionlity not working here
Thanks in advance
Karthick
Refer the sample code
Thanks
Rishav