You need to sign in to do that
Don't have an account?
Ramesh D
Visualforce page on lighting community portal
I've Visualforce page on lighting community portal, i need to pass querystring to this page to get data when page loads but when i try to fetch on controller it gives me null
//Controller code
ApexPages.CurrentPage().getParameters().get('feeType')
Querystring in the url i pass
http://mysinstance/my-dashboard?feeType=xx_fee&visaID=xxx0BalG
and when i print ApexPages.CurrentPage().getParameters() i see completely different url
/apex/VP_PaymentForm?clc=0&isdtp=p1&nonce
//Controller code
ApexPages.CurrentPage().getParameters().get('feeType')
Querystring in the url i pass
http://mysinstance/my-dashboard?feeType=xx_fee&visaID=xxx0BalG
and when i print ApexPages.CurrentPage().getParameters() i see completely different url
/apex/VP_PaymentForm?clc=0&isdtp=p1&nonce
Please try this. Hope this helps.
Kindly mark this as solved if it's resolved.
Thanks,
Nagendra
All Answers
Please try this. Hope this helps.
Kindly mark this as solved if it's resolved.
Thanks,
Nagendra
Hope it helps.
Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.
Thanks
Rahul Kumar