Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-07-15 Thread dx74a19
I am still having exceptions with this. Im using wicket-1.3 snapshots. (btw, I'm not using wicket's AjaxTabbedPanel, but my own implementations - altough I don't think that's the problem). Help is much appreciated -- View this message in context:

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-07-15 Thread dx74a19
The exception : java.lang.IndexOutOfBoundsException: Index: 0 at java.util.Collections$EmptyList.get(Unknown Source) at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:88) at

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-12 Thread Matej Knopp
Should be fixed for 1.3. -Matej On 5/11/07, James McLaughlin [EMAIL PROTECTED] wrote: done! https://issues.apache.org/jira/browse/WICKET-556 with a brief discussion of other possibilities. best, jim On 5/11/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, looks like a good idea :)

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-11 Thread Johan Compagner
please make a jira issue with the fix you now have On 5/10/07, Murat Yücel [EMAIL PROTECTED] wrote: Hi James Thanks for the fix. It works like a charm :)... Is this something that wicket will solve in a future release? /Murat 2007/5/10, James McLaughlin [EMAIL PROTECTED]: erm, sorry

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-11 Thread Matej Knopp
Yeah, looks like a good idea :) On 5/11/07, Johan Compagner [EMAIL PROTECTED] wrote: please make a jira issue with the fix you now have On 5/10/07, Murat Yücel [EMAIL PROTECTED] wrote: Hi James Thanks for the fix. It works like a charm :)... Is this something that wicket will solve

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-11 Thread James McLaughlin
done! https://issues.apache.org/jira/browse/WICKET-556 with a brief discussion of other possibilities. best, jim On 5/11/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, looks like a good idea :) On 5/11/07, Johan Compagner [EMAIL PROTECTED] wrote: please make a jira issue with the fix you

[Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-10 Thread Murat Yücel
Hi All I had some problem with ajax when using wicket 1.2.6. I read the thread with the following subject: Problem with concurren ajax requests on page Matej suggested that a upgrade to wicket 1.3 would solve the ajax problem. So i upgraded the application to wicket-1.3.0-incubating-SNAPSHOT.

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-10 Thread James McLaughlin
Hi Murat, I posted a hack to fix this several months back: http://www.nabble.com/AjaxTimer-clearTimeout-tf3364438.html#a9360559 Essentially, I have the timer check if the markup for the component it was bound to is still in the page, and return without firing if it is not. Hope this helps.

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-10 Thread James McLaughlin
erm, sorry that was: http://www.nabble.com/Re%3A-AjaxTimer-clearTimeout-p9401965.html On 5/10/07, James McLaughlin [EMAIL PROTECTED] wrote: Hi Murat, I posted a hack to fix this several months back: http://www.nabble.com/AjaxTimer-clearTimeout-tf3364438.html#a9360559 Essentially, I have the

Re: [Wicket-user] have problems with AjaxSelfUpdatingTimerBehavior and AjaxTabbedPanel

2007-05-10 Thread Murat Yücel
Hi James Thanks for the fix. It works like a charm :)... Is this something that wicket will solve in a future release? /Murat 2007/5/10, James McLaughlin [EMAIL PROTECTED]: erm, sorry that was: http://www.nabble.com/Re%3A-AjaxTimer-clearTimeout-p9401965.html On 5/10/07, James McLaughlin