Hello, Is there a way for an action class to send a user to a url other than those defined as forwards in the struts-config.xml file?
My situation is this: A filter checks every request in the system to verify that the user has logged in. If not, the user is sent to the login.jsp page. The login.jsp executes a login action class that has a forward for a successful and unsuccessful login. The action class is a generic class that can be used by different apps. I want to customize it so that an app can specify that a user should be sent to the original url requested upon a successful login. I don't know how to accomplish that if I don't have the url specified as a forward in the struts-config.xml. Thanks in advance for any help. David. -- View this message in context: http://www.nabble.com/Can-Action-class-send-user-to-url-not-in-struts-config.xml--tf1968310.html#a5402595 Sent from the Struts - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]