Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JSP and the fly likes How can i pass the JSONObject to the servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How can i pass the JSONObject to the servlet" Watch "How can i pass the JSONObject to the servlet" New topic
Author

How can i pass the JSONObject to the servlet

Ravi Kiran Va
Ranch Hand

Joined: Apr 18, 2009
Posts: 2234

This is inside my jsp :



The form action is configured to a servlet.

How can i retrieve this JSON Object inside the servlet

Thanks in advance.


Save India From Corruption - Anna Hazare.
jack wenttohill
Greenhorn

Joined: Apr 26, 2009
Posts: 9
http://www.coderanch.com/t/437845/JSP/java/Passing-JSON-Array-servlet
Ravi Kiran Va
Ranch Hand

Joined: Apr 18, 2009
Posts: 2234

No man , that doesn't answer my question , how can i retrieve this inside the servlet??
Mark Williams
Ranch Hand

Joined: Aug 01, 2008
Posts: 66
Ravi, you need to be more specific with your question. The link appears to have an answer to me. Maybe it is not the answer you were looking for? Let me pose a question to you: Are you how are you sending the data to the servlet?
 
I agree. Here's the link: jrebel
 
subject: How can i pass the JSONObject to the servlet
 
Similar Threads
JSON Syntax error
retrieve JSON from servlet
Passing the JSON Array to the servlet
.getJSON not returning any response.
How to parse JSON Object in javascript