Re: Auto Refresh Zone?

2011-05-12 Thread ael
quot;; eval(func); } if(json.value >= 100){ this.stopExecuter(); } }, stopExecuter:function(){ this.executer.stop(); } }); Template Java Class double onUpdateFromProgressBar(double percentage){ return percentage + 10.0; } -- V

Re: Auto Refresh Zone?

2011-05-12 Thread Taha Tapestry
econds? Or should i create a > button then a javascript will click that button every 10 seconds? > > What is the best options? > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Auto-Refresh-Zone-tp4391670p4391670.html > Sent from the Tapest

Auto Refresh Zone?

2011-05-12 Thread ael
.1045711.n5.nabble.com/Auto-Refresh-Zone-tp4391670p4391670.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

Re: Auto Refresh

2007-10-26 Thread Andreas Andreou
Like http://tacos.sourceforge.net/components/AjaxAutoInvoker.html ? On 10/25/07, Tapestry240 <[EMAIL PROTECTED]> wrote: > > hi, > I am using Tapestry 4.0.2 and Tacos 4.0.1 > > I would like to know if there is a way to do auto refresh on some of the > components on a page a

Auto Refresh

2007-10-25 Thread Tapestry240
hi, I am using Tapestry 4.0.2 and Tacos 4.0.1 I would like to know if there is a way to do auto refresh on some of the components on a page and not the whole page. I want some data to be updated on its own periodically. Any help will be appreciated. Thanks. -- View this message in context