Re: JQuery progressbar

2015-05-04 Thread Chris
Hi Sebastian thanks for the update! Chris > Am 05.05.2015 um 01:39 schrieb Sebastien : > > Hi Chris, > > I just had a brief look at files in the project. At least one thing which > is wrong: > https://github.com/cat1000/FutureProgressBar/blob/master/src/main/java/my/company/panels/RoutingList

Re: JQuery progressbar

2015-05-04 Thread Sebastien
Hi Chris, I just had a brief look at files in the project. At least one thing which is wrong: https://github.com/cat1000/FutureProgressBar/blob/master/src/main/java/my/company/panels/RoutingListPanel.java#L24 You should not unwrap the model object in a ctor; use the model directly. Also for subse

Re: JQuery progressbar

2015-05-04 Thread Chris
Hi Sebastian & all, I have set up a quick start project (see https://github.com/cat1000/FutureProgressBar ). Please read the readme.txt file contained in the package to get an overview over the goals and the open questions. Basically, I am using a

Re: Could not clear select2Choice component model value.

2015-05-04 Thread Tom Götz
Done: https://github.com/wicketstuff/core/pull/402 Cheers, -Tom > On 30.04.2015, at 09:31, Martin Grigorov wrote: > > Hi Tom, > > Please send a PR with your suggested changes/improvements and we will > discuss them. > Thanks! > > Martin Grigorov > Wicket Training and Consulting > https:/

Re: JQuery progressbar

2015-05-04 Thread Sebastien
Hi Chris, I am using a heuristic for an optimization problem and this takes about > 5-10 seconds. > So it might be a good idea to use a future task to run this service, which > receives the data (list of object) in the end. > In the beginning, I would like to initialize the model with an empty li