Make sure all your Ajax requests have the header "X-Requested-With" = "XMLHttpRequest". Tapestry most probably will think that requests without that header are traditional HTTP requests and then it doesn't allow you to return a Block or Zone in an event handler method.
-- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org