struts2遍历取值标签实现方法介绍。struts2 的web 项目中为了方便的编写jsp,标签是最好的选择~~
~~struts2 标签库的定义在**-core-版本号.jar META-INF 路径下找到struts-tags.tld文件;使用该标签需要在web 项目里面导入标签库:
A:在web.xml文件 (默认 可以省略)
1. <taglib>
2. <taglib-uri>/struts-tags</taglib-uri>
3. <taglib-location>/WEB-INF/lib/*.jar&[......]