On my client, I have a tabview. 

When the user navigates to one of the tabs on the tabview, I trigger an AJAX
request to obtain the content of that tab. The AJAX request is sent to a
Tapestry component event handler.

I want that event handler to invoke some other page or component, and cause
the rendered output of that other page/component to be captured into a
JSON-array, and sent back to the client as the reply to the AJAX request. 

What is the best way to do this?

thanks.

Renger


-- 
View this message in context: 
http://www.nabble.com/How-to-render-a-page-as-JSON-formatted-AJAX-response--tp24081692p24081692.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to