On 1/6/06, Mike Orr <[EMAIL PROTECTED]> wrote:
> The default method doesn't help for this.  The point is to call it
> before the regular method, not if the regular method doesn't exist.
> Filters may be an option, but if you have to specify it in the config
> fire you're separating it from what needs to be authorized, so it can
> get out of sync without being noticed.

You can specify a filter on a controller like this:

class MyController:
    _cpFilterList = [SomeFilter()]

(I'm assuming the preferred CP2.2 usage of that will be _cp_filter_list.)

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to