Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

controller classes


There are two kinds of controller classes, Actions, found in the action directory, and ActionForms found in the data directory.

Struts Actions should always extend org.apache.struts.action.Action�.
Struts ActionForms should always extend org.apache.struts.action.ActionForm�.

org.apache.struts.action is the core of the struts framework, providing the "Controller" aspect of a MVC model. See the section on MVC.

TBD - talk about how to go to different actions from the jsp using the hidden thingy