Versions Compared

Key

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

...

For apps that use SAP, all your actions should be subclasses of SAPBaseAction which is in turn a subclass of IDDAction which is a subclass of Strut's Action. (org.apache.struts.action is the core of the struts framework, providing the "Controller" aspect of a MVC model. Action is one of the classes in this core code.)

...