Re: page styling/variation + resource references

2018-01-30 Thread Martin Grigorov
Hi, On Sun, Jan 28, 2018 at 5:45 PM, Istvan Devai wrote: > hi, > > When using resource references for linking to a CSS file, there is a > possibility to have multiple versions that can be selected via the style / > variation setting. > > What I'd like to achieve is, that

Re: Migrating from Wicket 1.4 to 6 - Serialization

2018-01-30 Thread Martin Grigorov
In that case a Wicket Model keeps a hard reference to the Hibernate entity that keeps a reference to the Spring class. You might need to use LoadableDetachableModel. Look around these classes: [class=it.loginet.petrol.presentation.sinottico.CachedDataProviderModel]