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

2006-06-08 Thread Truong Xuan Tinh
Thank David for your reply. Actually, I've known that's not right to do it, in the jsp file, but I've have no choice in this situation. Because this is the final page in a wizard-like web application. Normally, the user stop at the final page, but in some case, the user want to redo the wizard aga

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

2006-06-08 Thread David Friedman
Why not avoid this problem since you are using a tile and simply add a meta refresh at the top? That way you know the page should change and you will have no problem with how Tiles handles output. Personally, I think putting a response.sendRedirect() in a jsp is the wrong place. I try to keep re