present, then replace the old
one with the new one.
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Question-about-mixins-tp5717182p5732514.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
--
Use Zone & Blocks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Question-about-mixins-tp3255155p3259969.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-
I assume that you are maintaining the condorTapestryLib/PeriodicUpdate
mixin. You could add a html element to the body of the zone as long as
you want the zone to be updated. Pass the id of that element as a
parameter to the mixin and let the mixin check if the element exists
before calling the
As you say, LLTYK, we don't change pages, instead we switch zones.
Is there any way we could do it using zones, instead of changing everything to
pages?
Thanks for the response!
Greetings.
Matias.
/Question-about-mixins-tp5717182p5717676.html
Sent from the Tapestry Users 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
Dear Tapestry users,
I'm using a mixins into a Zone, that updates the grid every a given time
period:
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 l