Hello!

I'm going through the Ajax documentation, and I'm all set as far as tying @EventListener methods to client-side events. However, I'm a little confused as to how the client is to receive/process the server response.

I do see how the core Tapestry components have an updateComponents property, and those components may be injected into the backing page-class and updated programmatically.

Does this mean, however, that the only way to get a response back to the client is by updating a component property?

Ideally, I'm looking for something like DWR behavior, where I could programmatically (via client-side JavaScript) call a Tapestry listener and get a JSON response back for arbitrary JS processing. Is there a reasonable way to do this using the T4.1 Ajax framework? Or is this outside the scope of what T4.1 is intending with its Ajax support?

Thanks,
Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to