I have a counter which is updated within a custom processor. The UI allows a given counter to be reset to zero. The UI shows an updated value of "0". However, this does not update the underlying counter object's value. So, the next time the counter is incremented, it is adding to the previous, non-reset value rather than starting at zero.
How does one pass the UI reset to the counter object? Thanks, Mark
