Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.0.5
-
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
- relates to
-
TILES-523 El-Support is not available for element in list-attribute
- Closed