The fact that the bean is declared transient means that when the component is
serialized the field will be nulled out. The @SpringBean annotation actually
proxies the actual spring bean for you with it's own serializable instance
that (a) is serializable and (b) simply knows how to look the bean up when
needed.

So simply remove the transient portion of the declaration and you should be
set.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/spring-bean-null-during-ajax-call-back-tp3042434p3042455.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to