前台:
id:
name
file
后台
@At("/query/?")
@Ok("beetl:/aef/user/hello.html${p.mode == 'ajax' ? '#dataTable' :''}")
@AdaptBy(type = UploadAdaptor.class, args = { "${app.root}/WEB-INF/tmp","8192","UTF-8","10000"})
public Object query(@Param("..")Record record,@Param("file")TempFile[] files,HttpServletRequest req,HttpSession sess)
后台这么写不对:
java.lang.String cannot be cast to dao.entry.Record