Re: struts2-json-plugin: ExecuteAndWait issue when returning JSON

2023-02-02 Thread Lukasz Lenart
Sorry for a late reply :( pt., 20 sty 2023 o 02:28 Kris O'Neil napisał(a): > > Does it mean you have something else on top of the stack than action? > The original action, held in the background process, is at the top of the > stack. This is the object we want returned when "JSONResult.findRoo

RE: struts2-json-plugin: ExecuteAndWait issue when returning JSON

2023-01-19 Thread Kris O'Neil
Hi Lukasz, > Does it mean you have something else on top of the stack than action? The original action, held in the background process, is at the top of the stack. This is the object we want returned when "JSONResult.findRootObject" is called. The second object in the stack is the action created

Re: struts2-json-plugin: ExecuteAndWait issue when returning JSON

2023-01-19 Thread Lukasz Lenart
czw., 19 sty 2023 o 02:21 Kris O'Neil napisał(a): > Issue: > After upgrading from 2.5.30 to 6.1.1, I found an issue when using the > ExecuteAndWaitInterceptor if the action returns a JSON result. I believe the > issue was introduced in version 6.0.0 on WW-5070. The > JSONResult.findRootObject(.