I've just figured out what I was missing . . . I put the @AfterRender and @BeforeRender methods in my page class. When an AJAX request was made, they were not invoked, because a zone was being rendered, not the page itself. I moved everything to a component, used inside a zone, and now everything works. (little victory dance here. :)) Anyway, thanks DH. ;)
-- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org