You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "mck (JIRA)" <ji...@apache.org> on 2016/07/14 13:27:20 UTC

[jira] [Commented] (TILES-584) EL expressions not working for list attributes

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

mck commented on TILES-584:
---------------------------

Can we close this issue as "won't fix" / "cannot reproduce"?

> 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
>             Fix For: 3.0.6
>
>
> 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)