I have a bandbox on my form where users can choose an option from a listbox.
When a user leaves the bandbox empty and tries to save all the appropriate error messages as specified as constraints in the domain class are displayed correctly except for the bandbox. It does not display any error message for the bandbox
The appropriate constraints for the property is in my domain class. Therefore it should have displayed an error message. The name of the bandbox is the same as the property in domain class.
Hi
I have a bandbox on my form where users can choose an option from a listbox. When a user leaves the bandbox empty and tries to save all the appropriate error messages as specified as constraints in the domain class are displayed correctly except for the bandbox. It does not display any error message for the bandbox
The appropriate constraints for the property is in my domain class. Therefore it should have displayed an error message. The name of the bandbox is the same as the property in domain class.