Dear Tapestry users,
I'm using a mixins into a Zone, that updates the grid every a given time
period:
<t:zone t:id="zone" id="zone" t:update="show"
t:mixins="condorTapestryLib/PeriodicUpdate" period="10" event="update">
The problem is that when I change the page, and redirect another page that
contains a different Grid, after a few seconds it paste the previous page's
Grid to the new page. I would like to know if there is a way to stop the
javascript from the Tapestry page. The PeriodicUpdate javascript contains a
stop method, but I don't know how to invoke this.
Thanks in advance!
Matias.