Hi All,
I am using
struts 2 action to send a JSON response. The struts 2 Action is having a transient variable which is having the JSON response, and it been sucessully sent to the client. my question here is how the transient variable is sent to the client. Since the transient variable cannot be serializable. i have the code below that i used. i would like to know the is their any interceptor will take care of reading the Transient Objects.
from the Below url its clear that struts 2 serialize the action object and send it to the client in case of JSON response. Plese help me to understand how the transient data is sent to the client
webpage
Struts config