[Zope-CMF] object for folder actions

Mark Gibson mark@kaivo.com
Wed, 20 Mar 2002 15:24:59 -0700


Is there a simple way of getting the object or id that folder actions 
apply to?  For example, in generic/actions_box we have something like this:

<dtml-let
     obj="this()"
     actions="portal_actions.listFilteredActionsFor(obj)"
     folder_actions="actions['folder']
 >
<dtml-in folder_actions mapping>
  ... do stuff here
</dtml-in>

</dtml-let>

At "... do stuff here", I want to be able to display the id adn/or title 
that the folder_actions apply to.

Thanks,

Mark