Versions Compared

Key

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

...

The expression language (OGNL) lets us call methods and evaluate properties. The method getText is provided by ActionSupport, which is the base class for most Actions. Since the Action is on the stack, we can call any of its methods from an expression, including getText.

...