Hi, all. I would like to make my Product is called always. I mean, my product should be called all the time, even nobody ask him :-) It's like "acl_user". Where I should RTFM about or how to do this? -- Regards, Bogdan Win32-API is wonderful : Full of things to wonder about...
On Mon, Sep 23, 2002 at 07:08:59PM +0200, Bo M. Maryniuck wrote:
Hi, all.
I would like to make my Product is called always. I mean, my product should be called all the time, even nobody ask him :-) It's like "acl_user".
Where I should RTFM about or how to do this?
You can call a method on all page accesses by adding an AccessRule. but I don't know if that will have the effect you want. -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
On Monday 23 September 2002 19:18, Paul Winkler wrote:
You can call a method on all page accesses by adding an AccessRule. but I don't know if that will have the effect you want. Not exactly. It should be called a before_traversal handler to intercept all pages requested by the collective. I took a look on Session Product, but still does not understand how it works. ;-)
-- Regards, Bogdan If it wasn't for C, we'd be using BASI, PASAL and OBOL
Bo M. Maryniuck wrote:
On Monday 23 September 2002 19:18, Paul Winkler wrote:
You can call a method on all page accesses by adding an AccessRule. but I don't know if that will have the effect you want.
Not exactly. It should be called a before_traversal handler to intercept all pages requested by the collective. I took a look on Session Product, but still does not understand how it works. ;-)
RTSL. Chris
On Tuesday 24 September 2002 13:54, Chris Withers wrote:
RTSL.
Yes, but there is other question. I have a foder "Folder" and a DTML Method "message". I want to forward on __call__() browser to the "message", if some variable is missed in SESSION. So, if I do RESPONSE.redirect('message') browser just LOOPS on redirect and stops at all. Is this some advantage? -- Regards, Bogdan The only way to learn a new programming language is by writing programs in it. - Brian Kernighan
participants (3)
-
Bo M. Maryniuck -
Chris Withers -
Paul Winkler