In this tutorial, you learned how to create a simple Struts application.
Lessons Learned
After completing these lessons,
you should be able to perform the following tasks:
- Create a Struts project
- Edit a Web diagram
- Create and edit a form bean
- Create two JavaServer Pages (JSP) files
- Create an action and an action mapping
- Add ActionError tags to the input JSP page
- Test a Struts application
Additional resources
If you want to learn more about
the topics that are covered in this tutorial, consider the following sources:
- The Apache Struts Web site (http://struts.apache.org) contains information about the Struts framework.
- The online help () includes documentation for Struts applications
and Web diagrams.