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
udayarangareddy mekalaudayarangareddy mekala 

URL

VF PAGE
<apex:page controller="OnloadCallPage" action="{!navigate}">
</apex:page>

CONTROLLER
public class OnloadCallPage{ public pageReference navigate(){ pageReference pagRef = New pageReference('/a05/eretURL=%2Fa05%2Fo'); return pagRef; } }
      Above code is PAGEREFERENCE code.i am not understanding the this URL: /a05/eretURL=%2Fa05%2Fo.Please tell me the how to get this URL.



'/a05/eretURL=%2Fa05%2Fo'


Muthuraj TMuthuraj T

Hi,

Can you please explain the scenario? I couldn't understand.

Are you expecting some thing like this?
 

ApexPages.currentPage().getParameters().get('eretURL')