Re: wicket atmosphere not updating the page

2014-09-04 Thread Martin Grigorov
Hi, I am on my phone now so I can't check your quickstart but I remember a problem with bookmarkable pages fixed in 6.13.0 On Sep 4, 2014 10:45 PM, "fachhoch" wrote: > I am able reproduce this issue in a quickstart, The issue happens in > bookmarkable pages, any bookmarkable page, response to

Re: wicket atmosphere not updating the page

2014-09-04 Thread fachhoch
I am able reproduce this issue in a quickstart, The issue happens in bookmarkable pages, any bookmarkable page, response to atmosphere request fails. below is the error from browser console. Attached the quickstart.zip myproject.zip

Re: wicket atmosphere not updating the page

2014-09-04 Thread fachhoch
logs from my app and quick start my app quick start -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-atmosphere-not-updating-the-page-tp4667321p4667349.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: wicket atmosphere not updating the page

2014-09-04 Thread fachhoch
log output from my app and quickstart, my app does not work quick start works my app quickstarts -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-atmosphere-not-updating-the-page-tp4667321p4667348.html Sent from the Users forum mailing list archive at Nabble.c

Re: wicket atmosphere not updating the page

2014-09-04 Thread fachhoch
I tried some tests , 1. redirect to a different page, using setResponsePage works fine. 2. redirect to same page, ends with resource not found page, reason(it stripping servlet-mapping str) servlet mapping configration atmosphere changes url to http://localhost:8080/artms/test from http:

[ANNOUNCE] WicketStuff 6.17.0 and 7.0.0.-M3 are released

2014-09-04 Thread Martin Grigorov
Hi, WicketStuff core 6.17.0/7.0.0-M3 based on Apache Wicket 6.17.0/7.0.0-M3 are released and soon will be available in Maven Central. *6.17.0* The changelog for 6.17.0 release is: Hannes Dohrn (1): [async-tasks-impl] Adding refreshBehavior in ProgressButton ctor if task container already

Re: wicket atmosphere not updating the page

2014-09-04 Thread Martin Grigorov
/wicket/bookmarkable/com.example.MyPage is generated for pages without explicit mount path (e.g. MyApp#mountPage("somewhere", MyPage.class)) /wicket/resource/com.example.SomeScope/some.css is generated for package resource references without explicit mount point, e.g. MyApp#mountResource but /wick

Re: wicket atmosphere not updating the page

2014-09-04 Thread fachhoch
I have quickstart with 6.12.0 could not reproduce there, I also tried setResponsePage instead of adding component to target in the subscribe method, noticed the same 'bookmarkable' in the url ending up with resource not found page. -- View this message in context: http://apache-wicket.18429