Author
Jsp To StrutsAction1, what are my choices for passing Json string, how?
RamC ChandraS
Greenhorn
Joined: Aug 18, 2010
Posts: 1
Hi All,
I have some knowledge on all Jsp, Json(gson) and Struts 1 action.
I need to send json string (basically java string) as a result so the requestor(the jsp page) can get that string.
I don't know exactly how to use the Session, request, response in terms of setting and getting parameter and/or attribute in this particualr case.
Any insight or suggestion would be greatly appreciated.
Thanks,
rcs
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Aug 19, 2010 07:38:09
0
The response of a request is text. Period. You need to generate a JSON string to send back. You could write directly to the response, or generate the JSON in a JSP , etc.
subject: Jsp To StrutsAction1, what are my choices for passing Json string, how?