New Batch#100 (10th Nov 2021) - Salesforce Admin + Dev Training (WhatsApp: +91 - 8087988044) :https://t.co/p4F3oeQagK

Monday 23 July 2012

To return to a same page with empty fields in VF

public pageReference save() {
        pageReference  np = new pageReference ('/apex/temp3');
        np.setRedirect(true);
        return np;
    }

No comments:

Post a Comment

Labels