摘要:
Struts-Tags1.通用标签 a) property b) set i.默认为 action scope,会将值放入 request 和 ActionContext中 ii. page、request、session、application c) bean d) include(对中文文件支持 阅读全文
摘要:
1、实现一个Actiond的最常用方式:从ActionSupport继承2、DMI动态方法调用3、通配符配置 *{1}{2}... a) *_*4、接收参数的方法(一般用属性或者DomainModel来接收)5、简单参数验证 addFieldError a) 一般不使用Struts2的UI标签6、访 阅读全文