[ANNOUNCE] Wicket jQuery UI 1.5.11 is released

2014-07-27 Thread Sebastien
Dear all, Wicket jQuery UI 1.5.11 based on Apache Wicket 1.5.11 and jQuery UI 1.11.0 is released and available in Maven Central. Although the number indicates a minor version, the code has been aligned (the most as possible) with the current master/wicket6.x branch; this induces a lot of

[ANNOUNCE] Wicket jQuery UI 7.0.0-SNAPSHOT is released

2014-07-27 Thread Sebastien
Dear all, Wicket jQuery UI 7.0.0-SNAPSHOT based on current Apache Wicket 7.0.0-SNAPSHOT and jQuery UI 1.11.0 is released and available in Apache Nexus Snapshot repository The wicket7.x branch is aligned with current master (6.16.0) branch, so migration from wicket-jquery-ui 6.16.0 to

Wicket StackOverflowError in Serializing or Seserializing Session

2014-07-27 Thread hoosssein
I'm using Wicket 6.15 and I got following exception in my program java.lang.StackOverflowError at java.lang.Exception.init(Exception.java:102) at java.lang.ReflectiveOperationException.init(ReflectiveOperationException.java:89) at

Re: Problem adding CSS resources in Wicket 6

2014-07-27 Thread Lorne Malvo
Thank you, Sven, very helpful! However, unfortunately, the read and your suggestion didn't solve my problem. I'm upgrading a site from Wicket 4 to Wicket 6, and I thought that the version numbers in the links to the CSS resources where the reason for browsers not finding my CSS resources. But it

Re: Problem adding CSS resources in Wicket 6

2014-07-27 Thread Sven Meier
Hi, the Wicket 6 link looks pretty normal. Are you using Maven? Did you use Maven previously? Did you add 'src/main/java' as a resource folder? Regards Sven On 07/27/2014 08:37 PM, Lorne Malvo wrote: Thank you, Sven, very helpful! However, unfortunately, the read and your suggestion