首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring实例化struts1可能struts2.x的action

2012-11-20 
spring实例化struts1或者struts2.x的actionspring实例化struts1或者struts2.x的action?? ? result name

spring实例化struts1或者struts2.x的action
spring实例化struts1或者struts2.x的action?? ? <result name="leader">/Class_intro.jsp</result>
? ? <result name="cards">/Class_member.jsp</result>
? ?</action>


applicationContext.xml中:
<bean id="loginAction"
ref="studentBean" />
</bean>

?

?

?

struts1.x

?

<action name="treeForm" path="/treeAction" scope="request"
???parameter="actions"
???type="org.springframework.web.struts.DelegatingActionProxy">
???<forward name="select"
????path="/platform/common/treeSelect.jsp" />
???<forward name="defeat" path="/common/error.jsp" />
??</action>

?

applicationContext.xml中:
<bean id="treeAction"
ref="studentBean" />
</bean>

热点排行