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

Simple error
I am sure this is a simple error, code snippet below.
When I hit save the url of the apex page stays within the browser address bar.
Just can't see what I am doing wrong.
public PageReference save() { insert slots; PageReference home = new PageReference('/a00/o'); home.setRedirect(true); return home; }
nohting wrong its working fine for me....
Regards,
Kiran
Can you post the VF page code?
Still have the same error, code below for the VF page and controller.
Have you overridden the Tab link to your VF page? [ Setup-Create-Objects-Your Object-Standard Buttons and Links-Tab]
No I use a custom link from the home page to go to the VF Page.
I have just added a new tab using the VF with the same problem.
What is been selected in Setup-Create-Objects-Your Object-Standard Buttons and Links ?? Is the overridden column is checked?
Hi,
No the standard button and links table does not have any overidden ticks.
I want to keep the standard views in place.
The VF page is another type of non standard data entry.
Thanks