Versions Compared

Key

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

...

Before processing an Action, the framework matches any Action properties with request attributes. If a match is found, the attribute value is set to the Action property. The Action can process the value, and the Struts tags can present the value too. Rather than define a separate property for each attribute, you can define a single Map property instead. In that case, all the request attributes will be set to the Map automatically.

Next

Onward to Understanding Selecting Results

Prev

Return to Hello World