[Zope-CMF] 8) checkins - ActionNotFound(Exception)

alan runyan alan runyan" <runyaga@runyaga.com
Mon, 29 Jul 2002 10:05:01 -0500


Hi.

I just wanted to say I got everything set back up (thanks Ken) and can not
commit to zope cvs.
I am subscribing to the CMF checkins list.  I will try to find out how to
run the unittests, etc.

we added a page transition hook in Plone (basically depending on what python
script you are in and
the status of the action, failure/success/etc - the hook can tell you where
to go next..) well..

I found that if you pass a invalid action id into
o.getTypeInfo().getActionById('some nonexistent id') it throws
a Type Exception of some kind.  Shouldnt it be a ActionNotFound(Exception) ?

~runyaga