[Twisted-Python] twisted newbie question about woven and model

Philippe Lafoucrière twisted-python@twistedmatrix.com
04 Jun 2003 09:25:36 +0200


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@wanadoo.fr>
InFuzzion