| Author |
how to change URL?? URGENT pls.
|
ramu av
Greenhorn
Joined: Feb 25, 2003
Posts: 28
|
|
hello evybody, i'm using the <jsp:forward> directive to transfer the control from one jsp to another. but the URL in the browser shows the previous page. i want to change this url. but how? If i REFRESH the previous page gets refreshed. kindly give some solution to this problem. thanx in advance. ramu
|
 |
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
|
|
|
Try response.sendRedirect( url ) instead.
|
[ JavaRanch FAQ ][ Book Promotions ][ DbTamer ][ BumperStickers ][ JavaRanch Badges ]
|
 |
 |
|
|
subject: how to change URL?? URGENT pls.
|
|
|