Passing parameters to Component which not from author but from website or others
Hi ,
I am newer on AEM .
I have a situation where I wanna get the url params from broswer input and then pass the params to the components when Page A jump to Page B on AEM. So the component I generated donot need author to input the params, but it may use the params to do some other things so may need to pass the params through HTL to Sling Model (java).
So is there a way to implement pass params in this way :
javascript (not use-api I think) -----> HTL -------> java
or if this idea is wrong, can you provide a feasible solution.
Many thanks.