Versions Compared

Key

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

XRef FAQ

...

  • Ensure that static-params Interceptor is included in the Action's stack.
    • (info) The default stack already includes static-params.
  • Edit the Action so that it implements the Parameterizable interface.

Map property

  • Ensure the Action defines a setParams(Map) method.

...

key

value

myStaticParam1

myStaticValue1

myStaticParam2

myStaticValue2

myStaticParam3

myStaticValue3

JavaBean properties

  • Ensure that the Action defines JavaBean properties corresponding to the param elements in the action mapping.

...