webwork xml中传入多个参数的问题

<action name="backXXXCustomer" class="com.xxx.action.xxx.XXXAction">
<result name="fenpei_xxxg" type="redirect">/xxx.action?actionType=xxxh&xxx2=yes</result>
</action>


由于xml的特殊性,对有些字符辨认的问题,如上写法是不行的,需要转义如下写法即可

<action name="backXXXCustomer" class="com.xxx.action.xxx.XXXAction"> <result name="fenpei_xxxg" type="redirect">/xxx.action?actionType=xxxh&amp;xxx2=yes</result> </action>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念