Continuing after authentication

2006-07-12 Thread James Woodward
Hello everyone, I'm trying to figure out if there is an elegant solution to what I want to do. The application I am working on allows users to sign up for an account and then enroll themselves into any courses currently being offered. This is the scenario. User Bob visits the site and

Re: Redirect not working

2006-07-12 Thread James Woodward
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 f