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 loaded ... and in 5.1 it may also include updates for > other zones. > Ah, I see -- so TextResponseStream is not a way to render simpler content for a zone update. I had a single string, and a block seemed excessive, I thought I'd check the alternatives. I already shifted back to a block in the meantime, so I'll stick with that. > Another alternative: don't use the zone parameter of ActionLink, but > provide your own JS to send the request and interpret the response, > and update the Zone on the client side. > [nod]. Streamlined, but a lot more work. ;) Thanks, - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/