This has been on my TODO list for a while. I've written a Dispatcher
that handles GWT RPC requests and directs them to Tapestry components.
It all works pretty well except when I tried to add Zone support. The
zones work but the zone update happens before the GWT async RPC
happens. I'm guessing (hoping) there is a way to delay the zone update
until the GWT request completes. If anyone has any suggestions I'd
appreciate it.

The project is here http://code.google.com/p/trsvax-gmt/

Other comments are welcome also. Now that I have a proof of concept
working I'll see if I can make a library out of it.

Barry

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

Reply via email to