|
The problem is that the current approach uses the side effect of @ConvertGroup. The side effect changes the group of the validation which in practice means that Update doesn't need to extend Default. What I really want to do is , in this specific instance, to use specific group for validation on those parameters.
|