摘要: 问题: 使用struts2的validateXXX()进行验证,出错后自动返回之前的画面,但是Form中的数据全部丢失了,如何才能保存出错前的Form是要解决的问题。调查: 调查后发现如果把Action的scope设置成session就应该可以在session范围内保存Form数据,但是struts... 阅读全文
posted @ 2014-12-20 01:23 徐徐徐徐徐徐 阅读(927) 评论(0) 推荐(0) 编辑
摘要: 以下是错误日志信息:严重: The web application [/news] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was ... 阅读全文
posted @ 2014-12-19 00:30 徐徐徐徐徐徐 阅读(28558) 评论(0) 推荐(1) 编辑
摘要: 1、导入Jar包2、编写全局配置文件configuration.xml ... 阅读全文
posted @ 2014-12-02 23:04 徐徐徐徐徐徐 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1、导入Jar包2、设置全局配置文件 ... 阅读全文
posted @ 2014-12-02 11:06 徐徐徐徐徐徐 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1、hibernate开发包下载 http://sourceforge.net/projects/hibernate/files/如果不能访问请用代理http://dongtaiwang.com/loc/phome.php2、添加jar包 将hibernate-release-4.3.7.Final... 阅读全文
posted @ 2014-11-26 17:09 徐徐徐徐徐徐 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 一、编写一个类实现com.opensymphony.xwork2.interceptor.Interceptor 接口PermissionInterceptor.javapackage cn.sky.bookshop.interceptor;import org.apache.struts2.Ser... 阅读全文
posted @ 2014-11-25 20:48 徐徐徐徐徐徐 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 一、编写一个Java类实现javax.servlet.Filter接口package cn.edu.sxu.filter;import java.io.IOException;import javax.servlet.Filter;import javax.servlet.FilterChain;i... 阅读全文
posted @ 2014-11-25 18:53 徐徐徐徐徐徐 阅读(485) 评论(0) 推荐(0) 编辑