RE: JSON plugin class loading problem? (Part Deux)

2009-05-24 Thread Jim_Greuel
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

JSON plugin class loading problem?

2009-05-19 Thread Jim_Greuel
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 = ""