View Single Post
Old 07-06-2004, 02:35 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
JSP Redirect to a relative path

Code:
response.sendRedirect("somepage.jsp");
When I use the code above, it sends me to "inc/somepage.jsp"

I develop locally, so the absolute url is going to change when I deploy the jsp site.

Is there anyway to use response.sendRedirect to a relative path?
__________________
Mike
sde is offline   Reply With Quote