...
For each Action that accepts input from the user there should be an ActionForm (e.g., SearchCriteriaForm) attached to it. In the example belowits associated action path (e.g., /SearchPeople, the ActionForm is SearchCriteriaForm. and ). If the input is going to be validated via the Struts Validator Framework a jsp/tile (e.g., oasskeleton.enter_search_criteria) to go back to in case of errors should be specified as via the action input attribute (see SearchPeople for an example).
Your app can have multple entry points. Each of these should be like the EntryAction example provided.
...