I would recommend adding manager rather than a dao. Have you tried the following: 1. Adding the ClubManager as dependency in UserAction class private ClubManager clubManager; public void setClubManager(ClubManager clubManager) { this.clubManager= clubManager; } 2. Adding the clubManager as property of userManager in applicationContext-service.xml in the resources directory.
Arvinder Fan wrote: > > Hey All: > > I want to initialise a ClubDao or ClubManager in UserAction, how could > I do that ? > > > -- View this message in context: http://www.nabble.com/How-to-initialise-other-Dao-or-Manager-in-UserAction-tf4008081s2369.html#a11383080 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]