[Zope] <Folder instance at 67f918> ???

Morten W. Petersen morten@esol.no
16 Feb 2001 09:13:33 +0100


[Lee Reilly CS]

| When I pass this to a Python method and simply return the value of
| weights like:
| 
| <dtml-var expr="obtainResults(_.this, `weights`)">
| 
| <Folder instance at 67f918> appears in the page (well, in the HTML
| source) instead of the actual value of weights.
| 
| Where am I going wrong?

Could it be done like this?:

	<dtml-var expr="obtainResults(this(), `weights`)">

Cheers,

Morten