Versions Compared

Key

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

...

Your app can have any number of entry points. Each of the entry points would have an action that is configured in struts-config to be chained to a an action-servlet bean name that uses the class edu.mit.mortar.controller.action.GlobalEntryAction. However, these bean names must be named XXXEntryAction (where XXX is some name you choose), otherwise the session restart mechanism will cause your app to loop infinitely.

...