Hi Magnolians,

I have an issue with 4.4.1. In the following code, i try to add an
additional linklist underneath the copyright:

------------------------8<--------------------------------------------------------
   <p id="copyright"> </p>
[/#if]
[#-- footer link list --]
<ul>
[[email protected] contentNodeCollectionName="subLinkList"
varStatus = "status"]
    [[email protected] /] [#if !status.last] | [/#if]
[/@cms.contentNodeIterator]

[#if mgnl.editMode]
    <div style="background:none">
        [[email protected] newLabel="New Sublink" paragraph="internalLink,
externalLink" contentNodeCollectionName="subLinkList" /]
    </div>
[/#if]

</ul>
------------------------>8--------------------------------------------------------

 which fails: i get an exception
"info.magnolia.module.templating.RenderException: Can't find
renderable definition " - it seems that there is no definition for the
subLinkList content node.
So far i don't understand why that i a problem in this case and no
problem in case of a normal link list. Still debugging.

Then i tried to check on demoauthor system and found out that when you
delete the footer and try to create a new one, you get a
NullPointerException. Are those effects somehow related?

Greetings,
Anton


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to