struts
woshiyexinjie
day day up
展开
-
action中的动态方法调用
action中的动态方法调用有两种形似一.不指定method方法 7 Action中的动态方法调用 用户名: 密 码:原创 2014-01-04 19:29:58 · 754 阅读 · 0 评论 -
struts的输入验证服务器端与客户端
在服务器端,主要重写validate()方法/* * To change this template, choose Tools | Templates * and open the template in the editor. */package validate;import com.opensymphony.xwork2.ActionSupport;pu转载 2014-03-01 22:13:10 · 714 阅读 · 0 评论 -
struts自定义拦截器的编写
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package interceptor;import com.opensymphony.xwork2.Action;import com.opensymphony.xwork2.Act转载 2014-03-01 21:56:37 · 948 阅读 · 0 评论 -
struts内置校验器例子
"-//OpenSymphony Group//XWork Validator 1.0.2//EN" "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd"> userName 16 6 姓名长度为${minLength}到${maxLength}个字原创 2014-03-02 00:36:18 · 542 阅读 · 0 评论