[Seaside] Dumb Question: How to render new state after ajax callbacks?

Boris Popov boris at deepcovelabs.com
Wed Nov 4 21:30:02 UTC 2009


If your ajax callback will be forcing a full refresh, aren't you better off just doing a regular callback?

-Boris (via BlackBerry)

________________________________

From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org> 
To: Seaside - general discussion <seaside at lists.squeakfoundation.org> 
Sent: Wed Nov 04 13:16:51 2009
Subject: Re: [Seaside] Dumb Question: How to render new state after ajax callbacks? 



2009/10/15 Karsten <karsten at heeg.de>


	Hi Richard,
	
	you can't do that with Ajax easily. The problem is that during an AJAX callback you're actually rendering and not in the normal callback phase.
	You could however register a callback that does the answer and send Javascript back to the browser to make the browser jump to the callback's url. However, that's a bit tricky :-)
	

 
Hi.

Why It can not be implemented in simplest, user transparent way as Richard wrote? Or it can?
I think it's really usefull stuff. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091104/0f58b2f9/attachment.htm


More information about the seaside mailing list