Spring视频学习(十四)Spring提供的CharacterEncoding和OpenSessionInView功能
摘要:
一、解决乱码 1.新建一个添加的ActionForm:import org.apache.struts.action.ActionForm;public class PersonForm extends ActionForm { private Integer id; private String name; public Integer getId() { return id; } publi... 阅读全文
posted @ 2009-07-22 19:53 cxccbv 阅读(496) 评论(0) 推荐(0)