Forum OpenACS Development: Re: Dynamically add property tags

Collapse
Posted by Torben Brosten on
Hi Malte,

If you are passing the properties from an include, take a look at this discussion for hints: https://openacs.org/xowiki/tip-passing-values-from-an-include

cheers,

Torben

Collapse
Posted by Malte Sussdorff on
The Tip is helpful, but not really what I need. Here is the full story.

In the application there exists a custom master which expects the variable "root_menu" to be passed. The XoWIKI application does not know about this. So Gustaf and I tried to have a property_stuff variable in XoWIKI, which would contain the property_code so we could then put it up on the pages generated by the ADP Generator in xowiki.

From the TIP though I assume that we could just upvar the stuff through the ADP levels, though, hmm.....