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.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to