Pagemap locking issue

2009-04-23 Thread Tokalak Ahmet
Hi all, i'm developing a wicket application, in which i have to lookup mutiple tables with millions of datasets depending of the user inputs. Any operation on these tables is very time consuming not to talk about join operations ... (A request can take a few seconds or some minutes to

AW: Pagemap locking issue

2009-04-23 Thread Tokalak Ahmet
/whatever to a future outcome of that thread, and then rendering that directly. Sounds more like an application design issue than anything related to wicket. Martijn On Thu, Apr 23, 2009 at 10:06 AM, Tokalak Ahmet toka...@yahoo.de wrote: Hi all, i'm developing a wicket application, in which i have

AjaxSelfUpdatingTimerBehavior: Leaving page not possible

2009-06-29 Thread Tokalak Ahmet
Hi Wicketians, i have a problem with AjaxSelfUpdatingTimerBehavior. I have added an AjaxSelfUpdatingTimerBehavior to a page, because of a background-thread running very long and the page checks (an AjaxSelfUpdatingTimerBehavior with 10 sec interval added at thread start to page) for the

AW: AjaxSelfUpdatingTimerBehavior: Leaving page not possible

2009-06-29 Thread Tokalak Ahmet
: Martin Funk mafulaf...@googlemail.com An: users@wicket.apache.org Gesendet: Montag, den 29. Juni 2009, 11:10:51 Uhr Betreff: Re: AjaxSelfUpdatingTimerBehavior: Leaving page not possible Am 29.06.2009 um 10:22 schrieb Tokalak Ahmet: Hi Wicketians, i have a problem

Background-Thread blocking Wicket-App

2009-07-17 Thread Tokalak Ahmet
Hi All, we've got a page which does time consuming tasks. Because of that, every time a user calls the page a new background-thread is started (only if not running already) and the user is informed that the task is running and the page will be updated with fresh data as quickly as the thread

AW: Background-Thread blocking Wicket-App

2009-07-17 Thread Tokalak Ahmet
Thanks you and Jonas for the feedbacks. You reminded me of the kind of usage of the Connection object. On first request after the application has started, a permanent connection is established and used by all following requests. I've forgotten to change this after the first development steps

AW: How to get context path of Application

2009-07-17 Thread Tokalak Ahmet
To locate the file use MyClass.class.getResource() Von: Gerald Fernando gerald.anto.ferna...@gmail.com An: users@wicket.apache.org Gesendet: Freitag, den 17. Juli 2009, 12:50:39 Uhr Betreff: Re: How to get context path of Application if i do this webRequest

DatePicker uses wrong date format

2010-03-24 Thread Tokalak Ahmet
Hi wicketians, after updating to wicket 1.4.7 the DatePicker does not use the date format i passed to DateTextField any more: form.add(new DateTextField(dateFilter.from, new PropertyModel(dateFilter, from), dd.MM.).setRequired(true).add(new DatePicker())); Instead of dd.MM.