[Twisted-web] Woven Input Problem cont.

twisted-web@twistedmatrix.com twisted-web@twistedmatrix.com
Mon, 15 Dec 2003 15:14:52 +0200


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??????????