Hi, How do I get the value after hash (#) from a URL using FreeMarker. E.X.: Page URL = http://community.lithium.com/t5/Support-Forum/bd-p/lisupport#token=12345). How can i get the value of "token"...
I believe that the URL fragment is not sent to the server so I am afraid that would not be possible. You can access it via javascript inside a custom component if that helps.