最新回答 / haden_zhang
这要看你用的什么数据库,如果是oracle你把generator 该为assigned, 如果是mysql你要设置为native,你可以试下
2016-11-13
最新回答 / 帽子戏1024
struts.xml下面的action是product_*,你改一下试试
最新回答 / 玄鉴
哦哦 找到原因了,private ProductDao productDao;谢谢大家了。
最新回答 / 玄鉴
追问,这里为何不用getset方法,而用new啊