Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-175

An ELNode should be able to iterate over all childnodes.

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Top
    • Resolution: Fixed
    • 2.01.00
    • 2.01.01
    • None
    • None

    Description

      This is convenience. Currently, you can do on a ELNode x:

      x.node['somename'] --> ElNode
      x.nodes['somename'] --> List of nodes

      but not :

      x.nodes

      x.nodes should return a List.

      Hence, AstractELNode and ContenELNode should have a seperate ELPseudoMap where ELPseudoMap must also be a list. Then, jsp expression language can do x.nodes because it will get an iterator from the list

      Attachments

        Activity

          People

            aschrijvers Ard Schrijvers
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: