> From: James Adams [mailto:[EMAIL PROTECTED] > I have created an Action class which does session > validation by checking to see if a "loggedIn" flag is > set in the session - if it is absent, or set to false, > then I want to forward to the login page.
Have you considered using a Filter instead? Then you can send the request where it belongs before it ever gets to the Action. -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

