Forum Discussion
prashanthkavya
Guide
thanks vikas.. suppose the url is like
http://abc.lithium.com/t5/Enterprise-Services/tkb-p/pagename?param=video
Then how do i retrieve it in the page
assume that the page is http://abc.lithium.com/t5/Enterprise-Services/tkb-p/resultpage
Pls let me know. I am new to lithium and not sure how to retrieve value on this page.. can you help
VikasB
7 years agoBoss
You can get it like this
<#assign param= http.request.parameters.name.get("param",'') /> ${param}
Related Content
- 5 years ago