[Zope-CMF] action_box.dtml obj.id vs getId()

Jens Quade jq@jquade.de
05 Apr 2001 13:41:15 +0200


Hi,

creating a complex content type, I had some trouble with this
source in CMFDefault/skins/generic/action_box.dtml:

   <dtml-let icon="_.getattr(obj, 'icon', '')"
             typ="_.getattr(obj, 'Type', '')"
             objID="obj.id"
   >

Is there any reason why this is'nt spelled  objID="obj.getId()" instead ?


regards,
jens