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
Force.comForce.com 

URl parameters rearranges themselves on page load.... Strange behaviour !!

Hi All,

 

I am facing a strange problem and I failed to figure out its solution. I have a visualforce page and controller which reads some parameters from the URL . The URL is written below:

https://c.cs3.visual.force.com/apex/HorigontalGridVF?ObjectId=a1SQ00000001Qbx&object2Id=a0jQ0000001iRIH&field1=name&field2=Account2__c&field3=GBP_conversion__c&rangestart=01/01/2011&rangeend=10/12/2012&gridDate=createddate

 

However, the parameters of the URL are rearranged when the visualforce page gets loaded. Changed URL is:

https://c.cs3.visual.force.com/apex/HorigontalGridVF?field3=GBP_conversion__c&field2=Account2__c&rangestart=01/01/2011&rangeend=10/12/2012&field1=name&object2Id=a0jQ0000001iRIH&ObjectId=a1SQ00000001Qbx&gridDate=createddate

 

I know that it will not effect the controller and its processing but still I want to know the reason for this. Please help.

 

Thanks,

Pragati