RE: JSON Result Behavior with Struts 2.2.3

2011-06-01 Thread CRANFORD, CHRIS
ject: JSON Result Behavior with Struts 2.2.3 I recently upgraded to Struts 2.2.3 and noticing that result types of JSON are not behaving the same way as they did before. For example, the following action is setup: --- Action Class --- package com.setech.dw.repair.web.ajax; public class StatusAction

JSON Result Behavior with Struts 2.2.3

2011-06-01 Thread CRANFORD, CHRIS
I recently upgraded to Struts 2.2.3 and noticing that result types of JSON are not behaving the same way as they did before. For example, the following action is setup: --- Action Class --- package com.setech.dw.repair.web.ajax; public class StatusAction implements ActionSupport { private Ma