response.sendRedirect() gives major problem.
843836Nov 1 2004 — edited Nov 8 2004Hi,
I have developed a jsp application using Tomcat4.1.24
I am using response.sendRedirect(URL); to redirect my jsp page to another jsp page.
The problem is the page displayed after redirection is not complete, it halts abruptly at any html tag, hence only a part of page is displayed. Refreshing the page doesn't help. The log shows IllegalStateException.
I tried using document.form.submit() but to no effect.
Is there any problem with response.sendRedirect() ?
Thanking in advance,
Sarita.