page styling/variation + resource references

2018-01-28 Thread Istvan Devai
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 the style / variation is picked based on the page where the resource reference is used.

Re: Migrating from Wicket 1.4 to 6 - Serialization

2018-01-28 Thread Leonardo D'Alimonte
Hi Martin, actually ViaggioService comes from a domain class, ViaggioRete, where is injected through a custom Hibernate Interceptor. At the moment, it seems I have to let all my code implement the Serializable interface, but it doesn't sound as the correct option. Futhermore, I got stuck on