[Twisted-web] Woven Input Problem cont.

Philippe Lafoucrière twisted-web@twistedmatrix.com
Mon, 15 Dec 2003 17:00:37 +0100


woven is really buggy with deferred, try using nevow from quotient 
(divmod.org) instead.

On Monday 15 December 2003 14:14, orya@bgumail.bgu.ac.il wrote:
> sorry,
>
> rest of scenario:
> <span model="foo" view ="Widget">
>   <span  model="0" view ="Text"></span>
> </span>
>
> where foo returns an instance of "0" and "0" has a getData() method, which
> returns data from remote http server (returning a Deffered)
>
> all this leads to inf. loop of the getData()
> how do i get out of it??????????
>
>
>
> _______________________________________________
> Twisted-web mailing list
> Twisted-web@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web