Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Apply fixes suggested by Jan Normann Nielsen

...

(info) The ActionSupport class has execute and input methods that return "success".
(info) To specify a different class as the default Action, set the {{default-action-ref} package attribute.

(lightbulb) For more about using wildcards, see Wildcard Mappings.

...

Usually, if an action is requested, and the framework can't map the request to an action name, the result will be the usual "404 - Page not found" error. But, if you would prefer that an ominbus omnibus action handle any unmatched requests, you can specify a default action. If no other action matches, the default action is used instead.

...

Warning
titleOne to a Namespace

The default action features should be setup set up so that there is only one default action per namespace. If you have multiple packages declaring a default action with the same namespace, there is no guarantee which action will be the default.

...