--On 9. Oktober 2007 20:29:09 +0200 Jason Cunliffe <jasonic@nomadics.org> wrote:
Martijn Pieters wrote:
On 10/9/07, Jason Cunliffe <jasonic@nomadics.org> wrote:
Confused by changes... I can't find any 'Products' or 'Import' folders
in my Zope3 instance... Does this mean all those good products have to be rewritten using some new super-complexificated Zope3 syntax? I hope not. What am I missing please..?
I am afraid that you are correct. Zope 3 does not support Zope 2 products. Instead, Zope 2 is using more and more Zope 3 tech and products get rewritten over time, gradually.
ah ok thanks..
so how in Z3 does one do the equivalent of -- DTMLMethod
There is also DTML support in Zope 3 but why do you need DTML???
-- PythonScript -- ExternalMethod
Write a browser view. -aj