摘要: org.springframework.orm.hibernate3.HibernateSystemException: No Dialect mapping for JDBC type: -9; nested exception is org.hibernate.MappingException: 阅读全文
posted @ 2016-03-30 15:50 trypretty 阅读(817) 评论(0) 推荐(0)
摘要: action层定义private变量tip,设置public set和get方法。 在jsp页面的js事件里可以通过 var tip = '<c:out value="${tip}"/>';获取action层的变量。 阅读全文
posted @ 2016-03-30 15:35 trypretty 阅读(323) 评论(0) 推荐(0)
摘要: 今天在 工程里加入A.java,在applicationContext.xml引入A.hbm.xml,运行是报下面的错误: 严重: Exception sending context initialized event to listener instance of class org.spring 阅读全文
posted @ 2016-03-30 15:17 trypretty 阅读(379) 评论(0) 推荐(0)