Hi Experts,
I need folder path in one of the wdk custom component, I'm using the below.
AppSessionContext context = AppSessionContext.get(getPageContext().getSession());
String currentFolder = context.getAppLocation().getFolderPath();
The problem I'm facing is if I navigate to other folders within one session sometimes it doesn't get the correct folder path rather than gives the path of folder previously visited.
can anyone let me know what is the issue.
Regards
Prashant