Re: The Wicket Reflex Game Post thoughts?

2008-09-28 Thread Timo Rantalaiho
On Fri, 26 Sep 2008, Nino Saturnino Martinez Vazquez Wael wrote: This is a potential pitfall if you ever will have two Ajax components that can remove the ones behavior, if the user clicks the other while loading then it's gonna complain. On the other hand im not sure what wicket can do

Re: The Wicket Reflex Game Post thoughts?

2008-09-28 Thread Johan Compagner
sync doesnt help in the area one bit Because wicket already does that for you The problem is that just after 1 ajax call that replaces/removes/what ever a component another 1 is already waiting and want to execute. in 1.5 we have to have a hash instead of the id i guess and silent failure when

Re: The Wicket Reflex Game Post thoughts?

2008-09-27 Thread Nino Saturnino Martinez Vazquez Wael
I think it's already been taken care of.. IT's because the user clicks on something that no longer exists.. Adriano dos Santos Fernandes wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys One of the major problems with the game are that if you click a box(AjaxEventBehavior) while

The Wicket Reflex Game Post thoughts?

2008-09-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys One of the major problems with the game are that if you click a box(AjaxEventBehavior) while the heartbeat(AbstractAjaxTimerBehavior) are in process you will get an error, since the box's component has changed and no longer carries that behavior. I've tried to solve this by adding a

Re: The Wicket Reflex Game Post thoughts?

2008-09-26 Thread Adriano dos Santos Fernandes
Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys One of the major problems with the game are that if you click a box(AjaxEventBehavior) while the heartbeat(AbstractAjaxTimerBehavior) are in process you will get an error, since the box's component has changed and no longer carries that