Tuesday, April 26, 2011

Domain save error log

กรณี save obj ไม่ได้ ตรวจ error จากที่นี่ // render by controller

if (!user.save()) {
render log.warn user.errors.allErrors.join(' \n')
//each error is an instance of org.springframework.validation.FieldError
}

No comments:

Post a Comment