Re: Forward to remote URL in struts

2007-06-15 Thread Laurie Harper
SURESH GUDIVADA wrote: 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

Forward to remote URL in struts

2007-06-14 Thread SURESH GUDIVADA
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-