Hi,
I'm using a Tomahawk selectOneMenu with a valueChangeListener method, and I wonder why this method is always called before the value (value-binding) of the selectOneMenu is updated, even if I set immediate to false. Is this behavior correct or intended, respectively? I think this is awkward, because I have to update the Bean Property bound to the selectOneMenu on my own, since I have to invoke a method in the valueChangeListener method, which makes some updates based on the current model values. Regards, Matthias

