[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