使用grails

时间:2015-12-16 19:41:59

标签: grails

我有一个域名类,其中个人资料图片为字段。

class Doctor {
String name
byte[] profilePic
}

我正在从我的gsp上传文件

  <input name="profilePic" type="file" />

我在控制器中使用cmd.hasErorrs()使用命令对象验证输入。这可以理解地给出了类型不匹配验证错误。

在这种情况下如何使用命令对象?

0 个答案:

没有答案