...
Each of your ActionForms must be configured within the form-bean section of the struts-config.xml.
Each of your Actions must be configured within the action-mappings section of the struts-config.xml and each action path must exactly match a bean name within action-servlet.xml. It is the bean name within the action-servlet.xml that maps the bean name to the actual Action.
...