This section contains your action definitions. You use an '<action>' element for each of your actions you would like to define. Each action element has requires the following attributes to be defined:
- path : The application context-relative path to the action
- type : The fully qualified java classname of your Action class
- name : The name of your '<form-bean>' element to use with this action