[ 
https://issues.apache.org/jira/browse/TILES-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Le Bas reassigned TILES-584:
------------------------------------

    Assignee: Nicolas Le Bas

> EL expressions not working for list attributes
> ----------------------------------------------
>
>                 Key: TILES-584
>                 URL: https://issues.apache.org/jira/browse/TILES-584
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-core, tiles-el
>    Affects Versions: 3.0.5
>            Reporter: Kevin Isabelle
>            Assignee: Nicolas Le Bas
>
> 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:
> {code}
> <put-attribute name="deviceId" expression="${device.deviceId}"/>
> {code}
> Not working:
> {code}
> <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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to