You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/03/13 12:41:49 UTC

[jira] Resolved: (CAMEL-2542) Simple Expression Language to access Map value

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

Claus Ibsen resolved CAMEL-2542.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0

trunk: 922535.

> Simple Expression Language to access Map value 
> -----------------------------------------------
>
>                 Key: CAMEL-2542
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2542
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> Users may want to use Simple Expression Language to evaluate an expression that involves Map header values.  For example, the follow expression should evaluate to the Map entry value by the key "bar".  The map is the value of an IN message header by the name of "foo".
> ${in.header.foo[bar]}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.