Archive for May, 2009

How to remove the yellow fade from the highlight function in Tapestry 5’s zone update

Tuesday, May 12th, 2009

Thanks to Hugo and Igor from the Tapestry User’s mailing list for this solution. Hopefully this blog post will save someone some time.

If you want to remove the generic yellow fade from Tapestry 5’s zone update:

show
highlight
slidedown
slideup
fade

Just add t:update=”show” as a parameter to your zone component

If you just want the zone to be updated with no effect use “show” like