--- Brian Relph <[EMAIL PROTECTED]> wrote: > I want my actions to be completely managed by spring, so i am declaring > them in applicationContext.xml.
Just FYI, you don't need to do that if you use Spring as the default object factory (is that the default? I don't remember.) > Is this ["singleton"] attribute no longer necessary? IIRC Spring 2 doesn't have that attribute, and the error message kind of verifies that, leading me to believe it wouldn't be necessary. Or possible. Check out the "scope" attribute. That said, S2 isn't designed to be used with singleton actions, so I don't know what would happen. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]