Using the ZoneUpdater, you can easily just call update() on the zone object using setTimeout as mentioned by Pablo. http://tinybits.blogspot.com/2010/03/new-and-better-zoneupdater.html#comments
<http://tinybits.blogspot.com/2010/03/new-and-better-zoneupdater.html#comments>You could also just fire an event ( element.fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT);) http://tinybits.blogspot.com/2009/10/missing-javascript.html On Fri, Aug 13, 2010 at 5:06 AM, Pablo dos Reis <pablodosr...@gmail.com>wrote: > Hi Mite, > > You can use one javascrit, like this > > function execute() { > // refresh div > setTimeout('execute()', 2000); > } > > In this case the div will be refresh for each 2 seconds > > 2010/8/12 Mite <mitemeis...@gmail.com> > > > > > Hi > > Is there a way to refresh a zone on a fixed period automatically? > > > > Thanks > > -- > > View this message in context: > > > http://tapestry.1045711.n5.nabble.com/Refresh-zone-periodicaly-tp2498534p2498534.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-h...@tapestry.apache.org > > > > > > > -- > Pablo Henrique dos Reis >