Hi @Anudeep_Garnepudi @Manjunath_K, In my case I have one method in
service and that method we are calling in multiple Model files.If I pass
request as method argument in modal I am able to get the current page
path.Dow have any option with out changing code in modal. I have tried
as per your suggestions its working fine. ****************working
*************public class TestModal1 {@Overridepublic LinkItem
getLinkItem() { return testLinkService.getLinkItem(Url, true, request);
}}public class Te...