Hi,
can anyone tell me how can i get vpath in the custom tab, I have added new tab beside workflow tab and linked jsp to it, now trying to get the path but i am unable to do so, can anyone help me out here.
Thanks in advance.
Suresh Aski
Your question doesn't make any sense. The current vpath only makes sense in the context of the 'content' tab. If you came from the workflow tab then there would be no context vpath at all.
What you could do, even though it's nasty as ****, is get the "last path currently visited by the user" from their entity profile information. You can get this from CSUser#getProperties. However that's probably a bad user experience and it's definitely not supported (because the property keys are subject to change whenever HP feels like it). Consider rethinking your design instead.
You have provided a high level information, we wouldn't be able to help you unless, you have the requirement.
"can anyone tell me how can i get vpath in the custom tab" , this doesn't make any sense,
Are you trying to figure out, or pass the vpath of the branch / workarea of the current user logged in as a paramter ?
Thanks
Paul