Solved
How to pass hash value from URL to java via sightly?
Hi,
Can we pass hash value from JS (window.location.hash) to model via HTL code.
Hi,
Can we pass hash value from JS (window.location.hash) to model via HTL code.
I believe when you adapt the Model from SlingHttpServletRequest, it should be available from your request. If not, then you may retrieve it in js/jquery/any other framework/lib and then pass it to server via ajax/form post/hidden param etc. based on your use case.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.