[Twisted-Python] twisted newbie question about woven and model
Philippe Lafoucrière
lafou at wanadoo.fr
Wed Jun 4 01:25:36 MDT 2003
hi all
I'am trying to display some information via a .rpy script. My model is a
complex object with several properties such as :
object.title
object.name
object.creationDate
...
The only way I found to display title & name is
<span model="object" view="None">
<span model="title" view="Text" />
...
</span>
Is it possible to access directly object.title ?
model="object.title" doesn't work of course.
Thanks for your help.
--
Philippe Lafoucrière <lafou at wanadoo.fr>
InFuzzion
More information about the Twisted-Python
mailing list