The update parameter of the zone component can take one of the following functions defined in Tapestry.ElementEffect object:
show highlight slidedown slideup fade If you just want the zone to be updated with no effect use "show" like: <t:zone t:id="pollZone" t:update="show"> On Tue, May 12, 2009 at 00:15, Sean Bollin <[email protected]> wrote: > Hello, > > I would like to remove the yellow-fade that occurs while updating the Zone > component. > > I have tried the following: > > <t:zone t:id="pollZone" update="fakeFunction()" t:update="fakeFunction()"> > > But it does not change the behavior. Please advise. > > Thank you, > Sean > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
