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