response.sendRedirect() doesn't work!

2006-06-08 Thread Truong Xuan Tinh
Hi every body, I've have a problem with the response.sendRedirect called in a jsp file, I've used Tile in my project. I've set the autoFlush=false and set the bufferSize to a big number (bufferSize=2048kB) in the master page (of Tile) and in the *child* jsp file where the response.sendRedirect()

RE: response.sendRedirect() doesn't work!

2006-06-08 Thread David Friedman
redirect to a blank page or a new Forward(...) with redirect=true in the action an its outcome. Regards, David -Original Message- From: Truong Xuan Tinh [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 12:20 PM To: Struts Users Mailing List Subject: response.sendRedirect() doesn't

Re: response.sendRedirect() doesn't work!

2006-06-08 Thread Truong Xuan Tinh
-Original Message- From: Truong Xuan Tinh [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 12:20 PM To: Struts Users Mailing List Subject: response.sendRedirect() doesn't work! Hi every body, I've have a problem with the response.sendRedirect called in a jsp file, I've used Tile