--- On Thu, 10/9/08, Gawain Hammond wrote: > Does struts create a new object for every submit? And under > what circumstance would it not?
Actions are created per-request, thus action variables are as well. Options include retrieving a session object manually, using ScopedModelDriven, a conversation interceptor, and so on. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]