[Zope-CMF] How do I get the action for 'folderContents'?

Tres Seaver tseaver@zope.com
03 Apr 2002 14:31:09 -0500


On Wed, 2002-04-03 at 13:10, Gr=E9goire Weber wrote:
> I tried to get the 'folderContents' action path (folder_contents)
> in a python script as followed (the scripts lives in a Portal Folder):
>=20
>    action_path =3D context.getTypeInfo().getActionById('folderContents')
>=20
> This gives me a 'TypeError: No action "folderContents" for type "folder"'=