Hi
I am trying to forward request from a
servlet to a
jsp page which has some images on it whose path is relative to context. When i forward through servlet the images are not displayed coz error in the path. the path is changed to
my-app/servlet/images/1.gif rather than my-app/images/1.gif
I can give the image path in files as ../images/1.gif but than if i use response.sendRedirect rather than dispatcher forward, it will give an error!
what path should i give to my images so they are displayed both via forward and sendRedirect the same way.
Thanks and Regards
Gul