Re: How can I display modal dialog only if validation is sucessful?

2014-05-22 Thread Francois Meillet
Hi Bruce, This is just one solution : Have a look at http://pastebin.com/03DF5pcw François Meillet Formation Wicket - Développement Wicket Le 21 mai 2014 à 16:15, Bruce Lombardi brlom...@gmail.com a écrit : Hi, I have a form with several question that a user must answer. If the

using Tomcat instead of Jetty in quickstart archetype

2014-05-22 Thread Simon B
Hi, I'm currently using Jetty as the servlet container to do development for my Wicket web app and I use the Start class and Jetty Maven plugin that comes with the wicket Quickstart. I then start Jetty through running Start#main(String[]) in my IDE (Intellij IDEA 12). For some reason my

Re: using Tomcat instead of Jetty in quickstart archetype

2014-05-22 Thread Andrea Del Bene
Try mvn tomcat:run . It should work out of the box. Hi, I'm currently using Jetty as the servlet container to do development for my Wicket web app and I use the Start class and Jetty Maven plugin that comes with the wicket Quickstart. I then start Jetty through running Start#main(String[]) in

Re: Question / Best Practise / (List)Model vs. (List)DataProvider

2014-05-22 Thread Patrick Davids
Hi Colin, and thanx to all responders... Ok, I think I got it... somehow... ;-) Got a new question then... A RefreshingView, due to its method getItemModels(), also acts as a 'Model Factory' for me... hmm... Ähm, so, does anyone ever created a RefreshingView with a default model? new

Re: PageParameters refresh on page reload

2014-05-22 Thread Edgar Merino
Thanks for the response Martin, good to know this is fixed in v7 (and the workaround for v6). On 21/05/14 14:08, Martin Grigorov wrote: Hi, This is fixed in Wicket 7.x. We didn't apply the fix to 6.x because it is a behavior change. You can read the current parameters in #onConfigure() with

Session serialization and clustering

2014-05-22 Thread Niranjan Rao
Greetings, On wicket 1.5.10 and tomcat 7.0.39 as server. Right now my goal is to maintain the authenticated session when web application is reloaded for some reason as long as session expired. In other words, if we refresh the application, logged in users should not have to login again. I

Jetty 9 Websocket

2014-05-22 Thread Jan Moxter
Hallo, right now if you download a jetty server in the version 9 you get the stable version 9.1.5.v20140505. The API for the websocket implementation did change between 9.0 and 9.1. so that the wicket-native-websocket-jetty9 module does not work any more. - are you planning to update the

Re: Jetty 9 Websocket

2014-05-22 Thread Martin Grigorov
Hi, Jetty 9.1 implements JSR356 and the recommended way is to use wicket-native-websocket-javax module. On May 23, 2014 4:38 AM, Jan Moxter jan.mox...@innobix.com wrote: Hallo, right now if you download a jetty server in the version 9 you get the stable version 9.1.5.v20140505. The API for