Is it possible to do a list.contains in the simple language?

I had something like this: 

<simple>${body.get("KEY")} in ${bean:listRef}</simple>

But it did not work. (My body object was a Map, listRef was an ArrayList).

Thinking back, the only thing that I might have done wrong is that the Map
was <String, Object> whereas the ArrayList was <String> - maybe that caused
the mismatch?



--
View this message in context: 
http://camel.465427.n5.nabble.com/List-contains-in-Simple-tp5734458.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to