I'm using the spring id only. On 6/19/07, Adam Ruggles <[EMAIL PROTECTED]> wrote:
Are you specifying the entire class name in the action mapping definition instead of using the spring bean id? [EMAIL PROTECTED] wrote: > It appears as though I am not getting a new Action instance created > for each > request! I have placed a logging statement in the constructor of my > Action > class and it is not emitting output. The Bean inside the Action *is* > emitting log statements from its constructor so I must have the Spring > beans > wired correctly. I am injecting both the Actions and Action Beans via > Spring. I have scope=prototype on them both. > > Any ideas? > > Thanks, > Scott > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Scott [EMAIL PROTECTED]