Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-58

contentNodeCollectionName not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1 Final
    • 1.1
    • taglibs
    • None

    Description

      I faced a strange bug (or maybe I just can't understand the way it
      works) while I was operating with <cms:editBar> and <cmsu:
      fileSrc tags>

      I've got a ContentNode object on my page. (It contents a node
      form the collection)
      I want to display a editBar for this node and the contents of the
      node (just output the single node from a collection)

      First I thought to use the ContentNodeIterator and check there the
      Name property in each node to filter "My" node, but I think it's not
      really optimal way (it takes time and not very cute)

      So I tried to get the editBar this way:
      <cms:editBar contentNodeName="<%=myNode.getName()%>"
      contentNodeCollectionName="some_name" parFile="/para.xml" />

      It crashed (I saw lovely blank page) - I think the reason was in
      contentNodeCollectionName attribute,
      so I tried without it, and the page was shown, but with no editbar -
      I saw the ugly green column (the whole column where I was
      supposed to show my paragraph became green)

      I watched API for Edit and Editbutton classes: the
      setContainerName(java.lang.String name) method is Deprecated.

      • Does it mean that I can't use the contentNodeCollectionName
        attribute?

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              fgiust Fabrizio Giustina
              kraft Boris Kraft
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD