[Zope] Exporting zodb data (Urgent)
Sukhwinder Singh
ssruprai@hotmail.com
Tue, 1 Jul 2003 14:46:54 -0700
When I click any of these classes, message "There are currently no items in
methods" is displayed.
Under this folder (/Control_Panel/Products/School) there are 2-3 other type
of objects.
These are:
1.Zope factory
2. Zope Permission
3. DTML Methods.
DTML methods are named like "Employee_add (Employee constructor) "
These methods contain code like this:
<dtml-with "Employee.createInObjectManager(REQUEST['id'], REQUEST)">
<dtml-comment>
You can add code that modifies the new instance here.
For example, if you have a property sheet that you want to update
from form values, you can call it here:
<dtml-call "propertysheets.Basic.manage_editProperties(
REQUEST)">
</dtml-comment>
</dtml-with>
<dtml-if DestinationURL>
<dtml-call "RESPONSE.redirect(
DestinationURL+'/manage_workspace')">
<dtml-else>
<dtml-call "RESPONSE.redirect(
URL2+'/manage_workspace')">
</dtml-if>
--Sukhwinder Singh