Re: ZoneUpdater and Zone Race-Condition

2010-02-18 Thread kamiseq
of the page request through > prototype or jquery it is straight forward." > > > -Original Message- > From: kamiseq [mailto:kami...@gmail.com] > Sent: Wednesday, February 17, 2010 3:38 PM > To: Tapestry users > Subject: Re: ZoneUpdater and Zone Race-Condition &g

RE: ZoneUpdater and Zone Race-Condition

2010-02-18 Thread Dominik Gätjens
traight forward." -Original Message- From: kamiseq [mailto:kami...@gmail.com] Sent: Wednesday, February 17, 2010 3:38 PM To: Tapestry users Subject: Re: ZoneUpdater and Zone Race-Condition ok, good point but you can hack it whit your own implementation of the page request through pr

Re: ZoneUpdater and Zone Race-Condition

2010-02-17 Thread kamiseq
gt; Gesendet: Mittwoch, 17. Februar 2010 15:15 > An: Tapestry users > Betreff: Re: ZoneUpdater and Zone Race-Condition > > maybe instead of timestamp you may try to return json/xml with pattern as > key and data as value, so you will match key with what you actually are > looking for.

AW: ZoneUpdater and Zone Race-Condition

2010-02-17 Thread Dominik Gätjens
users Betreff: Re: ZoneUpdater and Zone Race-Condition maybe instead of timestamp you may try to return json/xml with pattern as key and data as value, so you will match key with what you actually are looking for. why can't you just abort the request if new char has been hit http://javascript

Re: ZoneUpdater and Zone Race-Condition

2010-02-17 Thread kamiseq
maybe instead of timestamp you may try to return json/xml with pattern as key and data as value, so you will match key with what you actually are looking for. why can't you just abort the request if new char has been hit http://javascript.about.com/library/blajax11.htm

ZoneUpdater and Zone Race-Condition

2010-02-17 Thread Dominik Gätjens
Hello, I'm using the ZoneUpdater mixin from http://tinybits.blogspot.com/2009/05/update-zone-on-any-client-side-event.html to send an event at every keyup event on a textfield. This event triggers a webservice-method to fetch some data into a zone. if u type "ab" the a fires an event and