Has anyone found a way to refresh the browser's address indicator after a servlet to servlet dispatch? Another words, when a RequestDispatcher.forward is execute from servlet A, flow within the browser shifts to the output of servlet B. But, the browser's URL address bar still indicates the previously executed servlet, servlet A. Is there a way to notify the browser of a URL change so that the address bar accurately displays the current servlet, servlet B?
Thank you. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

