Antwort: [opencms-dev] nested contentload

pascal.hollenbrock at bayerbbs.com pascal.hollenbrock at bayerbbs.com
Thu Jan 26 13:01:41 CET 2006


Hey Cristina, 

you have to adapt the element-description to the level of the nested 
content they can be found in, e.g.:

<!-- nested level 1 -->
<cms:contentload ...>
    <cms:contentshow element="FirstElement[1]">
     ...
    <!-- nested level 2 -->
    <cms:contentshow element="FirstElement[1]/SomeNestedElement[1]">
     ...


What you did was: 

<!-- nested level 2 -->
<cms:contentshow element="SomeNestedElement[1]">

In this way however the system does not know which element to address. 
Therefore you have to add the absolute "nested path". 

Regards,
Pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060126/0e829bf4/attachment.htm>


More information about the opencms-dev mailing list