struts2 json,result 混合配置

<action name="intergra_*" class="intergraAction" method="{1}">
	<result name="success">/website/integral{1}.jsp</result>
	<result name ="json" type="json"/>
</action>

 

你可能感兴趣的:(struts2 json,result 混合配置)