Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
public PageReference mydelete(){ // Delete actions PageReference pr = new PageReference(System.currentPageReference().getURL()); pr.setRedirect(true); return pr; }
I trust you are doing very well.
You can use pageReference in the controller and remove rerender from commandLink.
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in future.
Thanks and Regards,
Khan Anas
Try rerendering the PageBlock in 'commandLink' tag.
Thanks.