| Author |
sendredirect size question
|
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
posted

0
|
Is there a size limit for response.sendredirect(). Is it similar to a get if I append a variable to the url to which I am redirecting.
|
Kishore
SCJP, blog
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
posted

0
|
|
The url on the browser is limited to a certain number of characters...
|
 |
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
posted

0
|
is there any other option to redirect a user to a different domain??(I have to send a string with about 700 chars along with the redirect). BTW what is the limit on number of characters on the browser, if it is IE?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
posted

0
|
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q208/4/27.ASP&NoWebContent=1 Eric
|
 |
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
posted

0
|
|
how about requestdispatcher?? can this be used in two different webapp contexts???
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56212
|
posted

0
|
|
Perhaps you could do some research on your own? I'd suggest starting here.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
posted

0
|
I started sending as a hidden variable in the sendredirect. It seems to be working allright at present.
|
 |
rev sam
Greenhorn
Joined: May 26, 2008
Posts: 18
|
posted

0
|
hi kishore, Can you share here how you sent hidden variables in sendRedirect() method
|
 |
 |
|
|
subject: sendredirect size question
|
|
|