Hi..!
I am trying to get whole browser in my jsp page.
I have a sample url as, "http://www.ab.com/#/pages/ab"
I need this whole URL to be print in my scriptlet code in jsp.
I can't use javascript as that is disabled. I tried with REQUEST objets several methods like getURL and all but still not able to get whole URL as it displays in browser.
If you have a answer then can you please reply with snippet of code please.
Thank you in advance.