<br>
I guess I am asking how to change the page from the server side.<br>
<br>
Will<br><br><div><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Waldo Rubinstein</b> <<a href="mailto:waldo@trianet.net">waldo@trianet.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I haven't even done one app in UCW yet, but I would assume that in<br>general, the concept of continuations itself should allow you to do<br>this seamlessly.<br><br>Forget about traditional web app development. Think of your code as a
<br>fat application running locally on the local UI:<br><br>1) Run application code<br>2) User selects a button that triggers a time-consuming process<br>3) App presents a please wait page<br>4) App runs time-consuming task
<br>5) App changes the please wait page to the page showing results<br><br>- Waldo<br><br>P.S. I've done this in Squeak/Seaside, which is a Smalltalk<br>continuation framework<br><br>On Jan 9, 2006, at 10:34 AM, William Halliburton wrote:
<br><br>><br>> Is it currently possible to have a page saying "Please wait -<br>> processing" that then changes when the calculation is finished<br>> server side?<br>><br>> Thank you,<br>> Will
<br>> _______________________________________________<br>> bese-devel mailing list<br>> <a href="mailto:bese-devel@common-lisp.net">bese-devel@common-lisp.net</a><br>> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel">
http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel</a><br><br></blockquote></div><br>