Re: Struts 2 JSON plugin change in finding the target action instance problem Pavel Ilyushko Original Poster Greenhorn Joined: Nov 05, 2014 Posts: 1

2014-11-05 Thread Pavel Ilyushko
line 175: > > > > rootObject = readRootObject(invocation); > > > > line 187: > > > > return findRootObject(invocation); > > > > line 193: > > > > ValueStack stack = i

Struts 2 JSON plugin change in finding the target action instance problem Pavel Ilyushko Original Poster Greenhorn Joined: Nov 05, 2014 Posts: 1

2014-11-05 Thread Pavel Ilyushko
changed to popping up the value from the top of the stack. In our case this approach does not work anymore, since we have a custom interceptor pushed onto the top of the stack. Is there any workaround? Thanks -- Pavel Ilyushko