unable to show records in same visual force page
hi i am having a visual force page when i save records it must save just below in same visual force page unless it redirect to record detail page.
Attribution to: PavanFoxPro
Possible Suggestion/Solution #1
public PageReference sendPage() {
// .. your logic
// .. your logic
return null;
}
it will not redirect to another page..
Attribution to: Bharat
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/33097