SetVersioned(false) does not help with new page instances being created. -Matej
On Thu, Jan 7, 2010 at 9:46 PM, Wilhelmsen Tor Iver <[email protected]> wrote: >> about "unversioned", i have just done a quick test on wicket-examples > >> helloworld, adding serialVersionUID (not informed in the examples) and >> the >> result is the same: pagestore file increasing to the "infinite" (max >> size of >> course :) > > I meant Wicket's > > setVersioned(false); > > the serialVersionUID is just for binary serialization, as long as the fields > do not change the computed value the VM generates for you should be the same. > > --------------------------------------------------------------------- > 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]
