[Zope] Editing a ZClass via DTML
Dieter Maurer
dieter@handshake.de
Wed, 14 Nov 2001 22:42:31 +0100
Ronald L. Chichester writes:
> Does anyone have an example "editForm" that I could use to figure out
> how to edit an existing ZClass instance? I know I have to go through
> the propertysheets, but I'm having trouble getting the object in the
> first place. Assuming I have an HTML Form page with
> Action="my_zclass_edit", with a propertysheets called "entry_info"
> then...
> ...
> <dtml-with "getObject(REQUEST[id])">
What is "getObject"?
Maybe, you mean "_.getitem(REQUEST[id])"?
Dieter