Versions Compared

Key

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

...

Note
TitleTake Note

Note the id attribute in the spring configuration corresponds to the class attribute in the xwork configuration. Also note that in the spring configuration, the singleton attribute is set to false. This would mostly generally be the case that is desired as Webwork creates a new action class upon each request. Hence when Spring integration is used, this would be the desired behaviour. Making Springs singleton attribute false would allow this.

...