Forum OpenACS Development: Re: Passing <property>s in included templates.

Collapse
Posted by xx xx on
I suppose it could work if you store it in a string:

set multiple_menuitem "
    <multiple name=menuitem>
    <a href=$menuitem(href)>$menuitem(name)</a>
    </multiple>
"

<property name"topmenu">
@multiple_menuitem@
</property>

Does that help?