UTILS-17
authorErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:09:09 +0000 (14:09 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:09:09 +0000 (14:09 +0200)
CDI integration in wicket can lead to null pointer exceptions after deserialization

The InjectIonBehavior does injection after deserialization only when beforeRender is called, but beforeRender() is not always the first call done after deserialization. Therefore, InjectionBehavior should do injection straight after deserialization (if needed).

Injection is now done at deserialization.


No differences found