Davis Marques writes:
> No luck finding this in the docs. With what DTML function can you find the
> owner of an object?
The ("AccessControl.Owned.Owned") method "getOwner" returns
the objects owner.
However, this method is private. You can not call it from DTML
directly and need an External Method or method in a product
to call it.
Dieter