How to Fetch current URL from script Include
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 06:01 AM
Hi,
I need to get URL parameter in script include.this script include will trigger by variables reference qualifier.
I used getProperty("glide.servlet.uri") and gs.action.getGlideURI() but not able to get the current URL.
Can any one let me know how it can be done.
Thanks,
Manideep Nadimpelli.
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 06:05 AM
try:
gs.getSession().getStack().get(0);