3 Replies Latest reply on Dec 14, 2007 7:02 AM by kukeltje

    drools result of fireallrules

    ajanz

      Hi,

      i got some problem. i use drools with descision tables in excel. i manage it to pass an object as parameter, on which the rules fire. as action i want so set a property of the passed object.

      in the Class i added the property gruppe with setter setGruppe(String s)

      as action i defined

      ACTION
      setGruppe("$param");
      gruppe
      Gruppe A
      Gruppe A1
      Gruppe B
      Gruppe C

      but this doesnt work.

      how can i do that?