TextStreamResponse - TypeError

2009-04-27 Thread Geoffrey Wiseman
Probably something really basic that I'm missing here -- I'm hoping one of you already knows the answer. This is my first time trying TextStreamResponse for an ajax action link. The .tml has bits like this: t:zone t:id=actionResults / t:grid ... t:parameter

Re: TextStreamResponse - TypeError

2009-04-27 Thread Howard Lewis Ship
Yes, the client-side logic expects a JSON response in a particular format; this format includes the content to put into the Zone, but also JavaScript libraries to include, and JavaScript to execute after the content is loaded ... and in 5.1 it may also include updates for other zones. But a

Re: TextStreamResponse - TypeError

2009-04-27 Thread Geoffrey Wiseman
On Mon, Apr 27, 2009 at 5:20 PM, Howard Lewis Ship hls...@gmail.com wrote: Yes, the client-side logic expects a JSON response in a particular format; this format includes the content to put into the Zone, but also JavaScript libraries to include, and JavaScript to execute after the content is