struts2&jstl标签总结
引入STRUTS2标签库和JSTL标签库
if 标签
action里有boolean属性
pageList 对应action里的pageList属性 arrayList
listKey="key" listValue="value" 为固定写法
name="pageId" 为下拉框的默认值 pageId也是action里的属性 要提供get方法
radio 标签
value="checkedRoleIds[0]" 默认选中的值
iterator 标签
jstl循环map
自定义标签
http://dingbuoyi.iteye.com/admin/blogs/818950