[Zope] Version 2.1.6: Change in namespace handling
Helmut Toplitzer
helmut@ifit.uni-klu.ac.at
Tue, 28 Mar 2000 19:40:12 +0200
Dies ist eine mehrteilige Nachricht im MIME-Format.
--------------BFE5AB6F714400C9B91B7AD8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi!
First of all I've to say that I'm a realy beginner in Zope.
I recently updated from 2.1.3 to 2.1.6 and noticed following problems:
In 2.1.3
<dtml-with "SAClass.createInObjectManager(REQUEST['fach'], REQUEST)">
<dtml-in "getSubjectInfo(fach=REQUEST['fach'])">
<dtml-call
"propertysheets.Basic.manage_changeProperties(title=fachbez,
empf_sem=empf_sem,diplompruefungsfach=diplfach)">
</dtml-in>
</dtml-with>
works great
In 2.1.6 it produces an Error message that
title, empf_sem, diplompruefungsfach is not known by the system
(I already Posted that)
Now I found out that
<dtml-call "SAClass.createInObjectManager(REQUEST['fach'], REQUEST)">
<dtml-in "getSubjectInfo(fach=REQUEST['fach'])">
<dtml-call
"_.getitem(REQUEST['fach'],1).propertysheets.Basic.manage_changeProperties(title=fachbez,
empf_sem=empf_sem,diplompruefungsfach=diplfach)">
</dtml-in>
works fine in 2.1.6. (getSubjectInfo is a SQL Method)
Has someone a hint for me?
Helmut.
--------------BFE5AB6F714400C9B91B7AD8
Content-Type: text/x-vcard; charset=us-ascii;
name="helmut.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Visitenkarte für Helmut Toplitzer
Content-Disposition: attachment;
filename="helmut.vcf"
begin:vcard
n:Toplitzer;Helmut
tel;fax:++43(0)463/2700-505
tel;work:++43(0)463/2700-6247
x-mozilla-html:FALSE
url:http://www.ifi.uni-klu.ac.at
org:Universität Klagenfurt;Institut für Wirtschaftsinformatik und Anwendungssysteme - Praktische Informatik
adr:;;Universitätsstrasse 65-67;Klagenfurt;Kaernten;A-9020;Austria
version:2.1
email;internet:helmut@ifit.uni-klu.ac.at
fn:Helmut Toplitzer
end:vcard
--------------BFE5AB6F714400C9B91B7AD8--