How can we create our Action objects from the Spring configuration has been created by Ted Husted (Nov 08, 2006).

Content:
  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.

For details, see Initializing Actions from Spring.

Reply via email to