Hi,
I have a question regarding how i can construct a URL where i would like to forward the user from a WD app based on some user interaction.
The problem is that i need to know the protocol, server & host to resend the control to ( basically append these values to a url path that i have eg: <http(s)>://<host>:<port>/<the path i have>). With NW2004s, the request object is not exposed to us anymore, so i am wondering what is the best way to construct the url.
I have gone through various posts here and the one that came closest to accomplishing what i need is the one by Valery S which recommends creating a Servlet that captures the request info that i need and then calling the WD app including the info that i need as request parameters in the calling URL.
Before i do this, i want to see if anyone has been able to solve this through another approach.
Appreciate the inputs.
Best Regards
Renchy Thomas