摘要:
1. 验证框架 示例表单提交Jsp, reg.jsp reg.jsp 处理action public class ValidateAction extends ActionSupport { private static final long serialVersionUID = -6933309304624396640L; private String name; private Integer age; private String password ; private String confirmPassword ; public S... 阅读全文
摘要:
在使用Eclipse或MyEclipse编辑XML文件的时候经常会碰到编辑器不提示的现象,这常常是因为其xml文件需要参考的DTD文件找不到,还有因为网络的问题不能及时提示而产生的。Eclipse/MyEclipse可以将本地的DTD文件添加至Eclipse中。以添加struts2的DTD文件为例,步骤如下:window - preferences - xml catalog add - location 选择 File System Key Type 选择URI Key 填入http://struts.apache.org/dtds/struts-2.0.dtd(struts.xml文件根元 阅读全文
摘要:
1. ResultType细化 示例action/** * ResultTypeAction */public class ResultTypeAction extends ActionSupport { private static final long serialVersionUID = -6933309304624396640L; private St... 阅读全文