Re: T4.1.2 and JSON

2007-05-25 Thread Jesse Kuhnert
On the server side all you need to do is implement this interface in your page or component: http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IJSONRender.html There is only a dummy stub function definition for JSON responses on the tapestry client side, so you must re-define

T4.1.2 and JSON

2007-05-23 Thread Denis Burlaka
Hi, All I need to implement the next logic. The form component sends AJAX JSON request to the server, server makes the list of items and returns it back as JSON object, on the client side I need to populate the table from that list. I think I must implement my own component derived from

T4.1.2 and JSON

2007-05-23 Thread Denis Burlaka
Hi, All I need to implement the next logic. The form component sends AJAX JSON request to the server, server makes the list of items and returns it back as JSON object, on the client side I need to populate the table from that list. I think I must implement my own component derived from