...
Struts Actions provide a glue betweedn between the View and Model layers and are responsible for processing specific requests. Struts Actions should always extend org.apache.struts.action.Action�.
Struts ActionForms should always extend org.apache.struts.action.ActionForm�.
...