Struts-Tags1.通用標簽 a) property b) set i.預設為 action scope,會將值放入 request 和 ActionContext中 ii. page、request、session、application c) bean d) include(對中文文件支持 ...
Struts-Tags
1.通用標簽
a) property
b) set
i.預設為 action scope,會將值放入 request 和 ActionContext中
ii. page、request、session、application
c) bean
d) include(對中文文件支持有問題,不建議使用,如需包含,改用jsp包含)
e) param
f) debug
2.控制標簽
a) if else if else
b) iterator
i. collections map enumeration iterator array
c) subset
3. UI標簽
a) theme
i. simple xthml(預設)css_html ajax
4、AJAX標簽
a)補充
5、$#%的區別
a) $用戶 i18n 和 struts 配置文件
b) #取得 ActionContext 的值
c) %將原本的文本屬性解析為ognl,對於本來就是ognl的屬性不起作用
i. 參考<s:property 和 <s:include