Re: Problem implementing countdown timer

2006-12-20 Thread D&J Gredler
Not moving makes them easier to hit with a railgun, though! On 12/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: God damn campers. ;) On 12/20/06, Daniel Jue <[EMAIL PROTECTED]> wrote: > Daniel, > > As an avid eBay user, I've been eagerly awaiting a feature like this! > Now everyone can b

Re: Problem implementing countdown timer

2006-12-20 Thread Jesse Kuhnert
God damn campers. ;) On 12/20/06, Daniel Jue <[EMAIL PROTECTED]> wrote: Daniel, As an avid eBay user, I've been eagerly awaiting a feature like this! Now everyone can be a sniper. =) Now we just need some suspense music that streams in the background... Dan On 12/18/06, Leffel, Daniel <[E

Re: Problem implementing countdown timer

2006-12-20 Thread Daniel Jue
Daniel, As an avid eBay user, I've been eagerly awaiting a feature like this! Now everyone can be a sniper. =) Now we just need some suspense music that streams in the background... Dan On 12/18/06, Leffel, Daniel <[EMAIL PROTECTED]> wrote: I have a really simple app that I'm trying to build.

Re: Problem implementing countdown timer

2006-12-18 Thread Jesse Kuhnert
It's hard to tell what's going wrong without seeing exactly how all of the interactions are happening but can quite confidently say that this would be much easier to do in tapestry 4.1.1 . Ie: http://tapestry.apache.org/tapestry4.1/javascript/form.html tapestry.form.submitAsync(); I'd probably e

Problem implementing countdown timer

2006-12-18 Thread Leffel, Daniel
I have a really simple app that I'm trying to build. Shown on a page is an object that expires within 20-60 seconds. Once it expires, a new object is created with the same time to live (and so on and so on). The current object is loaded through a Tacos AjaxAutoInvoker. Additionally, I'm using the T