Dave Newton wrote:
--- Laurie Harper <[EMAIL PROTECTED]> wrote:
Dave Newton wrote:
--- Chris Pratt <[EMAIL PROTECTED]> wrote:
Make sure you set scope="request" on your Spring action beans or it
will create only one instance of the bean and reuse it forever.
Is that better than setting scope="prototype"?
Equivalent in this case AFAIK, since Struts will create exactly one
instance per request that needs it, and no instances at any other time.
The "request" scope requires that RequestContextMumbleMumble thing too,
right?
Well, yeah; I meant 'functionally equivalent provided the functionality
is configured to be functionsl' ;-)
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]