摘要:
错误信息:HTTP Status 404 - There is no Action mapped for namespace [/] and action name [updateUser!getUserByName] associated with context path [/123shop]. 阅读全文
摘要:
在表单中输入数据提交时提示invalid field value for field"product.sale Date".(product.sale是文本框的名字,Date是其数据类型)原因:输入数据的格式错误。希望:将提示改为,如:“格式错误,请输入正确的格式”。方法:使用国际资源,PS:国际资... 阅读全文
摘要:
1.org.hibernate.exception.SQLGrammarException: could not execute statement(即不执行语句)分析:提示不执行语句,证明你前面的配置都没有什么错误,但是你的持久化类的属性和数据库表的字段不对应。所以应该1.查看数据库的编码是否对2... 阅读全文