On Mon, 2 Oct 2000, Gopal Ramasammy-Cook wrote:
> Hi
>
> Where are the various standard context variables like $link, $data placed in the
>WebMacro context?
in
org.apache.turbine.services.webmacro.TurbineWebMacroService
line 176 : getContext(RunData data)
in your subclass of WebMacroSiteScreen in the
doBuildTemplate method when you get the
context the $link, $data, $page objects
are placed in the context for you by the
webmacro service.
context = getContext(data) is when it happens.
jvz.
--
Jason van Zyl
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]