Hi,
I want to show some of the fields as mandatory in my table other than the primary key, I don't want users to leave the record without putting the mandatory fields,
I have tried NotBlank in the table and showMendatory property on the page, but that doesn't work well. If the field is blank, and never entered, the page can be closed
The validation error occurs only If the field has been entered, and the user tries to enter a blank value, but that's not the requirement.
The requirement is that the user should not be able to leave the record without entering the mandatory fields.
How can I achieve this?
Thanks.