首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

struts1配置文件中<forward path="">此中path值带参

2012-11-07 
struts1配置文件中forward path其中path值带参具体见:action path/agencyRegister parameterme

struts1配置文件中<forward path="">其中path值带参

具体见:

<action path="/agencyRegister" parameter="method" scope="request" validate="false" name="commonForm">

<forward name="edit" path="/register/organization/agencyBaseInfo.jsp" />

<forward name="success" path="/agencyRegister.do" redirect="true" />

<forward name="relogin" path="/register/organization/userRegister.jsp" />

<forward name="agencyCertSuccess" path="/agencyRegister.do?method=agencyCert" redirect="true"/>

<forward name="agencyCert" path="/register/organization/agencyCertList.jsp"/>

<forward name="agencysUser" path="/register/organization/agencysUserList.jsp"/>

<forward name="agencysUserSuccess" path="/agencyRegister.do?method=agencyUser" redirect="true"/>

<forward name="agencysSubmit" path="/userRegister.do?method=registerResult&amp;orgType=agency" redirect="true"/>

</action>

?

method=registerResult&amp;orgType=agency

?其中不同包含"&"符号,只能转义成"&amp;"

热点排行