1. Create struts-config.xml
(To store the configuration within project)
2. Create WelcomeInput.jsp
(Create User input file)
3. Create ContactFormBean.java
(Get and Set those variable pass from jsp page)
4 Create SignupAction.java
(Java class which use to manipulate the data/variable)
5. Create confirmation.jsp
(Display result of manipulated data)
For example: Click Here (netBeans Projects)
For brief concept, Click Here