7 Replies Latest reply on Feb 27, 2007 9:31 AM by kukeltje

    multiple comparations

    jbmpuser

      Hello all!!!

      I would like to do two comparations in one line. So, how can I do this??

      decision
      transition
      condition expression="#{(date1 le date2) and (date1 >= date3)}"
      transition
      decision

      operator and is correct?? or I have to write && instead of and?? or what operator have I to uses??

      Thank you!!!