Hi guys,
I decided to suggest an approach to use custom messages. I know you may consider ticket 35 as a non-issue.
The usage is as follows (additional calls):
Map<String, String> customMessages = new HashMap<>();
customMessages.put("trueCaption", "есть"); // sample messages in Russian
customMessages.put("falseCaption", "отсутствует");
filter.setCustomMessages(customMessages);
Backwards compatibility was one of my objectives.
If you agree with this approach, I'm going to spread it.
Hi guys, I decided to suggest an approach to use custom messages. I know you may consider ticket 35 as a non-issue. The usage is as follows (additional calls):
Backwards compatibility was one of my objectives. If you agree with this approach, I'm going to spread it.
Cheers