struts标签库: logic:iterate struts-config.xml

来源:互联网 发布:网络监控工程宝怎么用 编辑:程序博客网 时间:2024/06/06 10:01
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts-config PUBLIC          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"          "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"><struts-config><action-mappings><action path="/beanwrite"type="com.bjpowernode.struts.BeanWriteTestAction"><forward name="success" path="/bean_write.jsp"/></action><action path="/empty_present"type="com.bjpowernode.struts.EmptyPresentTestAction"><forward name="success" path="/empty_present.jsp"/></action><action path="/iterate"type="com.bjpowernode.struts.IterateTestAction"><forward name="success" path="/iterate.jsp"/></action></action-mappings><message-resources parameter="MessageResources" /></struts-config>