14 Nov
2001
14 Nov
'01
9:42 p.m.
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