The only problem I see in struts.xmlthat you provide is the following: (typo?)
Using
<default-interceptor-ref name="mobileStack" />
Instead
<default-interceptor-ref name="test" />
At the same time, you can verify that the control is included in the method of executethe class exception action: n.a.exception.ExceptionAction.
, , , json :
<action name="exception" class="n.a.exception.ExceptionAction" >
<result type="json"></result>
</action>
Exception, GetQuestions.execute(), execute:
(Exception)ActionContext.getContext().getValueStack().findValue("exception");
, getters json-. json.