function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KumarSahabKumarSahab 

Command Link return URL Problem.

Hi Everyone,

     I am getting problem in return url of the command link.

 

Scenerio is:

     I made a visuaforce page for Contact and added it into Page layout of the Conatct. This page basically list the "Cases" registered by this Contact. I given a Command link to goto the Cases in the PageBlockTable. Now, when user click the Case Command link it reaches the Cases Page but when it click Standard Back button of browser it shows problem and opens the previous to previous page in "Internet Explorer" where as it running fine in Mozila.

 

I am setting the action of command from the Controller using PageReference redirection via returning new PageReference.

 

Please help me out on this. If you have any suggestions please let me know..

 

Thankx.