Open GoogleCodeExporter opened 8 years ago
If you use json plugin for struts you may define the result type 'input' in
your strutx.xml
Ex.:
<action name="yourActionUrl"
class="your.full.classPath" >
<result type="json" name="input">
.... your params ....
</result>
<result type="json">
.... your params ....
</result>
</action>
Original comment by yurii.bo...@gmail.com
on 18 Apr 2012 at 7:25
Original issue reported on code.google.com by
StarSeek...@gmail.com
on 7 Oct 2011 at 7:20