Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Alternately, do it at the server level through Joget validator layer.
Check out Bean Shell Programming Guide#UseasFormMultiRowValidator
Specifically these few 2 lines.
formData.addFormError(id, "Total amount should not larger than 1000!!!!"); result = false;
Hi everyone, how to show error message if certain condition have been trigger? I have tried JOptionPane.show..... but it still cannot work and showing validation error. is there any other way to do it?