Introduction - If you have any usage issues, please Google them yourself
A multi-application method invocation Action Struts 2 (the source code and test report)
Use Struts 2 framework to create a web project chap2_e22, implement user login process. Specific requirements are in class respectively loginAction login () and registered () to handle user login and registration process, were created to achieve two pages login.jsp and register.jsp login and registration inputs, these two pages submitted to loginAction the two methods of business process, if successful sent to success.jsp page, otherwise forwarded to error.jsp page.