Hi
I am using the response.sendRe direct(url) method. url is path to
another servlet. Example:
response.sendRe direct(response .encodeRedirect URL
("/EcBugManager/servlet/bugmanager.bugm anager.gui.Bugs heetPage?
type="+bugsheet Type+"&page="+p age);
I am using the response.encode RedirectURL to encode the url as i dont
want the parameters to be seen in the explorer - address bar.
?? But nothing happens, it just returns the same string with all the
paramteers without being encoded.
Am i using the correct way to encode the url, or is there another way
to do it.
Please, help me on this
Thanks for your time
Rose.
I am using the response.sendRe direct(url) method. url is path to
another servlet. Example:
response.sendRe direct(response .encodeRedirect URL
("/EcBugManager/servlet/bugmanager.bugm anager.gui.Bugs heetPage?
type="+bugsheet Type+"&page="+p age);
I am using the response.encode RedirectURL to encode the url as i dont
want the parameters to be seen in the explorer - address bar.
?? But nothing happens, it just returns the same string with all the
paramteers without being encoded.
Am i using the correct way to encode the url, or is there another way
to do it.
Please, help me on this
Thanks for your time
Rose.
Comment