Forum Discussion
VikasB
Boss
You can use the freemarker split function to get the last part of the URL
<#assign url = http.request.url /> <#assign parts = url?split("/") />
kiettuongwork
7 years agoContributor
Thanks for your reply.
I have tried but we could not retrieve value of parameter in query string in component.
e.g. https://community.lithium.com?category=123
Under component I would like to retrieve 123 but coud not.
Regards
Related Content
- 7 years ago
- 9 years ago