| Author |
getDispatcher().forward()
|
Sajith Sidharthan
Greenhorn
Joined: Mar 31, 2004
Posts: 2
|
|
Previously I was using the request.sendRedirect method to pass the control from my servlet to the jsp pages and I was retrieving the data from the DB directly from the jsp pages. Now I have to get the data from the servlet and then forward it to the jsp pages, this can be done either by passing it through session or by setAttribute method. By using the setAttribute and forward I am getting the data on the page but the image paths set there are incorrect. The paths are relative to the servlet instead of relative to the jsp page. Is there any other method to do so without changing the paths.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
See this recent topic.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: getDispatcher().forward()
|
|
|