Hi Remo,

My question is, how do I get the setter set before the event is
processed?
in fact you have to do it "by hand" in the valueChangeListener. The
new value is bunddled into the event.

something like setCurrentKpiGroup(e.getNewValue()) should do the
trick. (where e is the ValueChangeEvent, provided as an argument to
your valueChangeListener)

hope  this helps.
gilles

Reply via email to