Oliver Keller wrote at 2003-4-9 23:42 +0200: > when i create a propertysheet interface in a ZClass i get a DTML > Method. Can i change this to a ZPT? You can define your own views. There you can use whatever object types you like. When you want the standard method to change, you must modify Zopes source. Look at "OFS/PropertySheets.py". Dieter