Zope: Adding a layer causes valid output to become an object reference?

2005-02-10 Thread Junkmail
I've been playing with Zope for about a year and took the plunge last week into making a product. To keep it [arguably] simple I used a ZClass to wrap an external method. My ZClass works and returns the output I expect. What doesn't work is when I refer to an object I've created from a dtml-var

Re: Zope: Adding a layer causes valid output to become an object reference?

2005-02-15 Thread Junkmail
Dieter, Thanks for the reply. I ran across an article in the Zope FAQ that nailed the problem on the head. Basically it said the same thing you are saying. For those that follow in my footsteps one day... ZPublisher Implicitly calls the method of a url which in the case of a zclass is a call t