我定义了一个actionForm,假如有个int field=0 属性,在页面上,我实例化这个actionForm类,然后这个属性filed赋值为5,把这个对象保存在request域里,然后我用标签定义一个bean,<bean:define id="" name=""/>,然后写<bean:write name="" property=""/> ,但是会报Cannot find message resources under key org.apache.struts.action.MESSAGE,我没有用任何的资源文件,如果我把int的field 改成 string ,就能正确显示,没有错误,是因为标签写不出int吗?