I've worked around the problem inconsistent JSON results by removing the
root parameter from the JSONResult annotations. It appears that
at least I'm getting consistent results this way:
@Results( {
@Result(name = "jsonPopsResult", type = JSONResult.class, value =
"", params = {"noCach
I am using version 0.32 of the JSON plugin with Struts 2.0.11. It seems
to work well except for the fact that the JSON results from my struts
action are inconsistent.
I have annotated my action as follows:
@Results( {
@Result(name = "jsonPopsResult", type = JSONResult.class, value =
""
2 matches
Mail list logo