Hello Is there any way to tell tapestry to render a entire page as JSON response? Currently there is a support like this for blocks and components, but i tried the following:
@ContentType("application/json") public class TestPage { } But nothing happens, i want to get a json response, with .content, .scripts and .script properties as a part of the json object. I am making an Ajax request, with prototype. Thanks you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]