• Mohamed Arif Rasheed
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I want to remove the query string from the url once i have extracte it in the Controller,

for eg. http://c.cs1.visual.force.com/apex/testPage?param=test

After the controller picks up the param value I want the url to say http://c.cs1.visual.force.com/apex/testPage

How do i do it ?