I may be wrong but if all the jsp pages are in the WEB-INF directory and you try to redirect to a .jsp file it's basically the same as loading it directly. I think you have to use a forward to access it. You could probably get around it if you created an action to specifically display the jsp file and use a redirect to that action.

Keep in mind I'm no expert and could be completely wrong about this one.

James

Pankaj Gupta wrote:
Hi All,

I have specified redirect="true" in my action forwards but tomcat fails to find the jsp. I have kept all my jsp's in WEB-INF/jsp folder so as to avoid direct jsp access. Please suggest how can I make redirect to work.

regards,
Pankaj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to