Forum Discussion
VikasB
Boss
Do you want to implement it for two different Lithium pages? If yes,
1. You can add the parameter in URL and get it on the next page.
2. You can use the cookie or local storage to pass the parameter.
prashanthkavya
7 years agoGuide
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
- VikasB7 years agoBoss
You can get it like this
<#assign param= http.request.parameters.name.get("param",'') /> ${param}
Related Content
- 5 years ago