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
Michael Alamag 2Michael Alamag 2 

Unable to get the value of param in URL with two or more parameters

Hi!  I have a URL 
CustomerSuccess_Private_CommForumPage?amp%3bs=0tok0000000cujnoas&t=0tok0000000cu2toas

I can get the value of parameter 't' using this 
String topId = internal.getParameters().get('t');
but when I try to get the value of parameter 's', I always get the value of null.

By the way, I've noticed that the symbol (&) in url changed into amp%3b.