On 1/17/07, Daniel Bleisteiner <[email protected]> wrote:
I want to access the local content node set for a template using <cms:includeTemplate ... /> within that template to extract a link to the original node. ${actpage.handle} gives me the handle of the node the template is used in... I want to handle of the templates local content node.Is there some similar attribute available in the context? I could not find any example so far.
I've listed all request and session attributes and found the following: request.contentObj = info.magnolia.cms.core.Content[/bla/de/offers/mobile/0001] request.actpage = info.magnolia.cms.core.Content[/bla/de/listing] I hope request.contentObj is reliable... is it? -- Daniel Bleisteiner ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
