Hi,

I have tried using request.getRequestDispatcher.forward() and returning the
actionforward to null

I used the below code
String customURL = getcustomURL();

RequestDispatcher req = request.getRequestDispatcher(customURL);

req.forward(request, response);

But it is not working. it always pre-pends the web app name and module name
before the customURL and I need to forward to dynamically created remote
URL.

Any suggestions greatly appreciated

Regards,

Suresh.

Reply via email to