Dear All,
I am using below code to access error messages in form which I have configured in author. But the value of "info" is always null because of which when fields are blank, the error message does not gets displayed.
ValidationInfo info = ValidationInfo.getValidationInfo(request);
Can anyone please share their views on how to resolve this issue?
Thanks and Regards