[ 
https://issues.apache.org/jira/browse/TILES-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361862#comment-14361862
 ] 

Nicolas Le Bas commented on TILES-584:
--------------------------------------

We didn't have an automated test test for this specific use case, I just added 
one and it shows no problem.

Perhaps there's something related to Spring integration, could you please post 
more detail about the Spring model and the configuration of tiles in Spring?


> 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