Dear All,
My question is about the RedirectView object. I cannot get RedirectView object to redirect the view to the page residing under /WEB-INF directory.
As recommended, I keep my .jsp files under /WEB-INF/jsp/ directory. However, I have never been able to use RedirectView to redirect to any pages under this 'taboo' directory. If I moved these .jsp files out of /WEB-INF directory, I was okay.
I start wondering whether it is impossible for RedirectView to do the redirecting in
Tomcat(6x).
Do you have any suggestions about this?
Thank you.
Frank