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 AbstractComponent and
override renderComponent(IMarkupWriter writer, IRequestCycle cycle) method
and prepare JSON object in it, but how to pass it back to the client and how
to process it on the client side?
Any advice or examples welcome.

Thanks.

Reply via email to