Uploaded image for project: 'Tiles'
  1. Tiles
  2. TILES-584

EL expressions not working for list attributes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.0.5
    • 3.0.7
    • tiles-core, tiles-el
    • None

    Description

      Attributes in list using expression are not interpreted and always return empty. The same expression works fine on the parent level using normal attribute.

      Working:

      <put-attribute name="deviceId" expression="${device.deviceId}"/>
      

      Not working:

      <put-list-attribute cascade="true" name="breadcrumbs">
            <add-attribute value="page.title.device.main|/device/list"/>
            <add-attribute expression="${device.deviceId}"/>
            <add-attribute value="device.command.pushSchedule"/>
      </put-list-attribute>
      

      Attachments

        Issue Links

          Activity

            People

              nlebas Nicolas LE BAS
              kevin.isabelle Kevin Isabelle
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: