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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112631#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...