Forum OpenACS Development: Re: Nested Lists

Collapse
2: Re: Nested Lists (response to 1)
Posted by Benjamin Bytheway on
I suppose I should add that the fix does enable nested lists that both originate from the .tcl file, such as:

<list name="list1">
    @list1:item@:

    <list name="list2">
        @list2:item@
    </list>
    <br>
</list>