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
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
2 matches
Mail list logo