Hi,
Is there a way in Jboss EL to select the objects from collection which satisfy a given
condition like it's possible in Groovy, e.g. ?
someCollection.findAll({i -> i.size == 0})
If it's completely impossible, so how to do it with Jboss EL?
Slawek
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120134#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...