On Wed, 27 Aug 2008, Markus wrote: > Ok, figured out, that the Spring-injected Bean is the reason for this > behavior! > Works fine if I use u = new Users(); instead of the Spring-injected Users as > Model. > > Any clues how to circumvent this behavior without instantiating the model > myself??
It sounds like a strange idea to provide the model as a Spring bean; typically, the dependencies injected to components are more like services, such as Repositories. Could you post the code inlined in the message? Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
