Struts2 linking actions

Posted by SonOfTheEARTh on Stack Overflow See other posts from Stack Overflow or by SonOfTheEARTh
Published on 2011-01-16T11:55:28Z Indexed on 2011/01/16 20:53 UTC
Read the original article Hit count: 112

Filed under:

I am working on the Login module of my Struts2 app. I have created the Login Page, and a home Page(which is rendered by Login.action). Now i want to add another feature, forgot password which after performing its business must call the Login.action so that the user need not have to Login explicitly. what should i code and where so that as soon as the ForgotPassword.action finishes its work it passes control to Login.action.

© Stack Overflow or respective owner

Related posts about struts2