Versions Compared

Key

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

...

will be be processed by the the above action mapping and method create of class action. PersonAction will be called. While this URL

...

will cause the delete method of class action. PersonAction to be called.

...

If there is no value in front of Person, then the Struts 2 framework will call the execute method of the class action. PersonAction.

Dynamic Method Invocation

...