2 Replies Latest reply on Jan 17, 2008 4:04 PM by superfis

    Jboss EL with list comprehension?

    superfis

      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