xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

renderErrors with bandbox does not display an error message #111

Open Radriaan opened 11 years ago

Radriaan commented 11 years ago

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.