Versions Compared

Key

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

...

If you put an action configuration in your xwork.xml but don't put an action
class attribute, it will default to using the ActionSupport class, which
just returns SUCCESS.

Type conversion

Type conversion for a static inner class ?

Collection_inner property name = your.package.ClassName$StaticInnerClassName (notice the dollar sign between the fully qualified Class name and the static inner class)

Migration to Spring IoC

How can we migrate ServletRequestAware, ServletResponseAware and ValidationAware to Spring bean definitions?

...