param vars in Interceptor

Hi all,

If I want to param some vars to be used in a number of interceptor functions would I use a preHandler() function or preProcess()?

Thanks.

Nolan

What interception points need to have the variables paramed? In general, preProcess() is as early in the request as you can get. Also,.preHandler is specific to a handler, but the preProcess interception point runs for all handlers by default.

~Brad

Can you expand on this.

Got it to work using PreProcess(). I have a bunch of methods in an interceptor which dispatch emails. The emails have a common layout but not all emails contain a footer. In the PreProcess function i used cf param to set some defaults then override the defaults in each function

Nolan Dubeau

Load *.*,8,1

Missed this earlier. Thanks Brad. I was able to get it to work using PreProcess()

Thanks!

Nolan Dubeau

Load *.*,8,1