[Twisted-Python] Woven and submodelling through deferreds

Donovan Preston dp at twistedmatrix.com
Tue Aug 5 13:27:07 MDT 2003


On Tuesday, August 5, 2003, at 11:41 AM, Syver Enstad wrote:

<snip deferred model>

> template:
>
> <span model="myClass" view="None>
>   <table model="listing" view="List">
>         ....
>   </table>
> </span>

Change view="None" to view="Widget". The None widget (DefaultWidget) 
doesn't know anything about Deferreds, and thus can't pause the 
rendering of the rest of the node until the deferred has fired.

dp





More information about the Twisted-Python mailing list