Re: MultiZoneUpdate to JSON

2011-08-15 Thread Ray Nicholus
Ah, that's it. Thanks! On Mon, Aug 15, 2011 at 9:49 AM, Taha Hafeez wrote: > Hi > > This might help > > > https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/SingleZonePartialRendererFilter.java > > > On Mon, Aug 15, 2

Re: MultiZoneUpdate to JSON

2011-08-15 Thread Taha Hafeez
Hi This might help https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/SingleZonePartialRendererFilter.java On Mon, Aug 15, 2011 at 8:08 PM, Ray Nicholus wrote: > How can I take a MZU instance and convert it to JSON?

MultiZoneUpdate to JSON

2011-08-15 Thread Ray Nicholus
How can I take a MZU instance and convert it to JSON? I know that, somewhere, somehow, a MZU is converted to a JSON Object with a key of "zones" but I can't figure out how or where. Can someone point me in the right direction?