Re: [Mason] get content closure reference with executing the content code

2007-01-30 Thread William Cox
i knew autohandlers would be suggested at some point, but they won't work for what i'm trying to do. the component wrapper is intended to to be called multiple times on a page. i'm not trying to reinvent autohandlers although this kinda behaves like a mini-dynamic-autohandler. also, the wrapper co

Re: [Mason] get content closure reference with executing the content code

2007-01-30 Thread Oliver Jeeves
William Cox wrote: > i'm trying to do something funky here so i'll do my best to explain. i > have the component which is meant to dynamically wrap other widgets in > order to centrally handle caching, access control, etc... > > ideally it should be as transparent as possible and this includes > c

[Mason] get content closure reference with executing the content code

2007-01-29 Thread William Cox
i'm trying to do something funky here so i'll do my best to explain. i have the component which is meant to dynamically wrap other widgets in order to centrally handle caching, access control, etc... ideally it should be as transparent as possible and this includes calling components with content.