I changed my action mapping class name to the bean id in my spring file and I am not getting a new action created for each request! The correct action is being invoked, but it is not being created anew for each request. I was sure to set the scope=prototype" in the bean mapping, yet the logging I have in my constructor never executes beyond the initial application startup! I have read everything I can get my hands on concerning S2 and Spring interaction, yet I cannot determine why S2 is not asking Spring for a new action object instance for each request. Has anyone seen this behavior?
-- Scott [EMAIL PROTECTED]