Forum OpenACS Development: Re: Returning or including strings/widgets into a page while running a filter proc?

Well, first off, what to register would need to be stored in the database, I don't think you want to change the startup scripts for every element that is added. Then you would just have a startup proc that would iterate over these entries, probably in a db_foreach, to register the procs.

But I think the filter that fires first is the rp_filter. Does that one run other filters? I don't know, but I guess not. You would need some kind of hook into the request processor. If that exists, you wouldn't need the registered filter in the first place.