[ANNOUNCE] Apache Wicket 8.0.0-M7 released

2017-08-12 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M7! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find

Wicket jQuery UI 8.0.0-M7 Released

2017-08-12 Thread Sebastien
Dear Wicket jQuery UI users, Wicket jQuery UI 8.0.0-M7 based on Apache Wicket 8.0.0-M7 is now released! *Changelog:* The changelog is the same for 6.27.0, 7.8.0 & 8.0.0-M7. https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M7

Stateless page to return JSON data

2017-08-12 Thread Lon Varscsak
So I was building a simple WebPage to return JSON data, but I’m surprised that it’s creating a session. The code is pretty simple, I’m just using scheduleRequestHandlerAfterCurrent to return JSON content. No real components on the page and I set stateless hint to true in the constructor. But whe

Re: Stateless page to return JSON data

2017-08-12 Thread Lon Varscsak
Sorry, missed the version: *8.0.0-M7* On Sat, Aug 12, 2017 at 9:01 PM, Lon Varscsak wrote: > So I was building a simple WebPage to return JSON data, but I’m surprised > that it’s creating a session. The code is pretty simple, I’m just using > scheduleRequestHandlerAfterCurrent to return JSON c

Re: Stateless page to return JSON data

2017-08-12 Thread Lon Varscsak
Never mind…I didn’t realize that Session objects could be temporary (generated for 1 request only). :D On Sat, Aug 12, 2017 at 9:02 PM, Lon Varscsak wrote: > Sorry, missed the version: *8.0.0-M7* > > On Sat, Aug 12, 2017 at 9:01 PM, Lon Varscsak > wrote: > >> So I was building a simple WebPage