Versions Compared

Key

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

...

Tip
titleNamespaces and Results

Make sure the namespace of you the action is matched by one of the locators. The rest of the namespace after the locator, will be the namespace of the action, and will be used to find the results. For example, a class called "ViewAction" in the package "my.example.actions.orders" will be mapped to the URL /orders/view.action, and the results must be under /WEB-INF/content/orders, like /WEB-INF/content/orders/view-success.jsp.

Tip
titleUse the Configuration Browser Plugin

Add the Config Browser Plugin plugin to you the lib folder or maven dependencies, and then visit: http://localhost:8080/YOUR_CONTEXT_HERE/config-browser/index.actionImage Modified, to see the current action mappings.

...