aspose file tools
The moose likes Struts and the fly likes Jsp To StrutsAction1, what are my choices for passing Json string, how? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Jsp To StrutsAction1, what are my choices for passing Json string, how?" Watch "Jsp To StrutsAction1, what are my choices for passing Json string, how?" New topic
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
    
  13

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

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Jsp To StrutsAction1, what are my choices for passing Json string, how?
 
Similar Threads
Struts2-json plugin not serializing action class to json
JSON with JSp
openflashchart problem in struts2
JSON in JSP
Handling Ajax response in struts2