在struts1.1中使用应用模块(Application Modules)
采集日期:2008-4-26作者:zgqtxwd(注:本数据由系统自动采集,内容与BHCODE无关)
<action path="/login" type="com.ifreeway.rms.v12.action.LoginAction" scope="request"> <forward name="error" path="/main1.jsp"/> </action> <action path="/login1" type="com.ifreeway.rms.v12.action.LoginAction1" scope="request"> <forward name="error" path="/main1.jsp"/> </action> <action p