Re: Wicket-Spring Injection

2008-11-27 Thread Igor Vaynberg
On Thu, Nov 27, 2008 at 4:44 AM, Arie Fishler <[EMAIL PROTECTED]> wrote: > Hi, > > I have some injection related issues in my wicket application. > > 1. My session hold a bean (managed by the spring container) that is passed > to it on construction of the session. It is not a Serializable object (s

Wicket-Spring Injection

2008-11-27 Thread Arie Fishler
Hi, I have some injection related issues in my wicket application. 1. My session hold a bean (managed by the spring container) that is passed to it on construction of the session. It is not a Serializable object (some of the interfaces that this object is using are spring interfaces and not seria