Format property before commit using Behavior
I'd like to ensure that a given property is always set as uppercase string.I tried to use a java Behavior to update property value before commit, but this has no effect (see below). Any behavior declaration:<code>eventManager.bindClassBehaviour( Node...