3 Replies Latest reply on Jan 19, 2008 4:52 PM by pmuir

    framework:entity-query question...

      I am trying to use '<=' in framework:entity-query.

      for e.g.
      <framework:entity-query name = "foo"
      ejbql="from User u where u.id <=100"/>

      I tried ampersand(&) (le;) I get an error. What is the correct moniker for the "<=" operator in components.xml?

      Thanks,

      M