...

response.write("hello <b>world</b>", escape=False)

The issue is that you will not see until the request actually
finishes. There is no way to "stream" text to the server in the way
that you are asking unless using a system such as "comet"

-Thadeus





On Wed, Feb 24, 2010 at 4:09 PM, Tiago Almeida
<[email protected]> wrote:
> can redirect stdout to a string. Execute your untouched

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to