do you call Objects#setObjectStreamFactory to set wicket's objectstreamfractory instead of the default? wicket's doesnt handle proxies which may result in you seeing nulls.
-igor On Wed, Jan 28, 2009 at 11:44 AM, Thies Edeling <[email protected]> wrote: > it isn't, that's what surprised me as it's a normal field. > > Igor Vaynberg wrote: >> >> make sure you dont declare those fields as transient. >> >> -igor >> >> On Wed, Jan 28, 2009 at 10:00 AM, Thies Edeling <[email protected]> wrote: >> >>> >>> Spring injected beans using the @SpringBean annotation seem to be null >>> when >>> I return to a page using the back button. I now reinject them manually >>> using >>> the InjectorHolder but I was wondering if this is expected behaviour or >>> that >>> something in my setup is wrong. >>> >>> thx >>> Thies >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
