I am trying to extend NotNull for additional fieldName so that i could extract the field and have all messages as one custom message for all required fields. I am doing this:
How can i use isValid implementation of NotNull.
I am getting error that the default message is not defined. Will i have to redefine everything