Quick Start Wicket version

2017-03-30 Thread Peter Henderson
Hi all. I've just created a quick start from [1] using [2] The resulting project (pom.xml) is using 7.5.0-SNAPSHOT Probably something trivial to fix in the project template? Peter. [1] http://wicket.apache.org/start/quickstart.html [2] mvn archetype:generate -DarchetypeGroupId=org.apache.w

Re: Quick Start Wicket version

2017-03-30 Thread Martin Grigorov
Hi, Thanks for the report! I've fixed this few months ago: https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e744afed155 Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Mar

Why AjaxLink start only after I refresh side?

2017-03-30 Thread Sokab
Hi Everyone. I followed this tutorial ( https://www.youtube.com/watch?v=gdXZDsaA1K0&list=PLon8X6Hq3cnI8bH-skje0NFegYXG97K3t&index=6 ) I want display ModalWindow but first i need some reaction after click on button but I don't see any reaction... it is possible only when I refresh this page. What is

Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene
It sounds like a subliminal message :-) On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov wrote: > Hi, > > Thanks for the report! > I've fixed this few months ago: > https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e > 744afed155 > Maybe it is time for 7.7.0. 7.6.0 has been r

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
Another report: Latest wicket version still M4 Project created using latest 8.0.0-SNAPSHOT is not runnable using jetty:run On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene wrote: > It sounds like a subliminal message :-) > > On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov > wrote: > >> Hi, >>

Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene
Hi Maxim, can you provide more details about the problem with jetty:run? thank you. On Thu, Mar 30, 2017 at 2:38 PM, Maxim Solodovnik wrote: > Another report: > > Latest wicket version still M4 > Project created using latest 8.0.0-SNAPSHOT is not runnable using jetty:run > > On Thu, Mar 30, 20

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
sure: Steps: 1) go to create quickstart page [1] 2) choose 8.0.0-SNAPSHOT 3) copy/create project [2] 4) cd myproject 5) mvn jetty:run Result: Stack trace [3] Workaround: remove all https/ssl related jetty components *[1]* http://wicket.apache.org/start/quickstart.html *[2]* mvn archetype:generat

Re: ComponentNotFoundException and Clustering failover

2017-03-30 Thread Wayne W
Hi Martin, yes we are on 6. I've just spent the day upgrading to 7 and got it running ok. I've been debugging and I'm confused to one aspect: The PageManager is stored in the Application. The page manger has the RequestAdaptor/PageStoreManager stored within that holds the pages and components. I

Re: ComponentNotFoundException and Clustering failover

2017-03-30 Thread Martin Grigorov
On Thu, Mar 30, 2017 at 5:00 PM, Wayne W wrote: > Hi Martin, > > yes we are on 6. I've just spent the day upgrading to 7 and got it running > ok. I've been debugging and I'm confused to one aspect: > > The PageManager is stored in the Application. The page manger has the > RequestAdaptor/PageStor

Re: ComponentNotFoundException and Clustering failover

2017-03-30 Thread Wayne W
On Thu, Mar 30, 2017 at 4:09 PM, Martin Grigorov wrote: > > > Whenever a stateful pages is used (touched) the SessionEntry is updated, > i.e. the page is put into it. > Yes I can see that happening in PageStoreManager.storeTouchedPages() > The SessionEntry is stored as an attribute in the HTTP

[ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-30 Thread Sebastien
Dear Wicket jQuery UI users, Wicket jQuery UI 8.0.0-M5 based on Apache Wicket 8.0.0-M5 is now released. *Changelog:* https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M5 *Maven dependencies:* com.googlecode.wicket-jquery-ui wicket-jquery-ui 8.0.0-M5

Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene
Hi, Maven resource filtering caused the corruption of the keystore file. Now it should be fixed and snapshot quickstarts should run correctly. Andrea. On 30/03/2017 15:18, Maxim Solodovnik wrote: sure: Steps: 1) go to create quickstart page [1] 2) choose 8.0.0-SNAPSHOT 3) copy/create proj

Re: ComponentNotFoundException and Clustering failover

2017-03-30 Thread Wayne W
Please ignore my last email I have done a lot more debugging and I *think* I understand why replication does not work for us: Whenever a stateful pages is used (touched) the SessionEntry is updated, > i.e. the page is put into it. > The SessionEntry is stored as an attribute in the HTTP Session.

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
Thanks a lot for the quick fix Andrea :) On Fri, Mar 31, 2017 at 3:13 AM, Andrea Del Bene wrote: > Hi, > > Maven resource filtering caused the corruption of the keystore file. Now > it should be fixed and snapshot quickstarts should run correctly. > > Andrea. > > > On 30/03/2017 15:18, Maxim S

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-30 Thread Maxim Solodovnik
Thanks a lot for the release Sebastien! I just have checked Charts demos at http://www.7thweb.net/wicket-jquery-ui/kendo/chart/LineChartPage?6 All charts seems to be broken :( On Fri, Mar 31, 2017 at 1:04 AM, Sebastien wrote: > Dear Wicket jQuery UI users, > > Wicket jQuery UI 8.0.0-M5 based on