You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Configure the bean in the Spring configuration file (usually applicationContext.xml)
  2. Change the "class" attribute in the struts.xml action mapping to use the bean name defined in Spring instead of the actual class name.

(lightbulb) For details, see Initializing Actions from Spring.

  • No labels