Forum Discussion
VarunGrazitti
Boss
phani - As the freemarker executes on the server and not on the client side, so you cannot get the # fragments because they never reach server. They stay on the client side, so you could only read it using a client side language. JS or jQuery.
I hope this helps.
I hope this helps.
PaoloT
10 years agoLithium Alumni (Retired)
Hi phani
these parameters that you are able to read are HTTP request parameters and that's the reason why you can read them (because they are part of the request sent to the server so it can read it). On the contrary, a fragment is not an HTTP request parameter so it's not sent in the request.
Hope this helps,
Related Content
- 4 years ago
- 13 years agoInactive User
- 6 years ago